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