spawn

Function spawn 

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