spawn_fallible

Function spawn_fallible 

Source
pub fn spawn_fallible<F>(name: impl Into<String>, future: F)
where F: Future<Output = ()> + Send + Sync + 'static,