spawn

Function spawn 

Source
pub fn spawn<F>(id: &'static str, task: F) -> TaskHandle
where F: Future<Output = ()> + ConditionallySend,