spawn_task

Function spawn_task 

pub fn spawn_task<F, T>(future: F) -> TaskHandle<T>
where F: Future<Output = T> + Send + 'static, T: Send + 'static,