Function sinais::_spawn

source ·
pub fn _spawn<F>(name: String, f: F)
where F: Future<Output = ()> + Send + 'static, F::Output: Send + 'static,