spawn_worker

Function spawn_worker 

Source
pub fn spawn_worker<Fut>(future: Fut)
where Fut: Future<Output = ()> + Send + 'static,