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