spawn_worker

Function spawn_worker 

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