spawn_and_forget

Function spawn_and_forget 

Source
pub fn spawn_and_forget<F, O>(future: F)
where F: Future<Output = Result<O>> + Send + 'static,