spawn

Function spawn 

Source
pub fn spawn<F>(future: F) -> JoinHandle<()>
where F: Future<Output = ()> + Send + 'static,