Function spawn

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