spawn_infallible

Function spawn_infallible 

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