pub fn spawn_detached<Out>( name: &str, future: impl Future<Output = Out> + Send + 'static, )where Out: Send + 'static,