spawn

Function spawn 

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