pub fn spawn_named<F>( name: Option<&str>, future: F, ) -> JoinHandle<<F as Future>::Output> ⓘwhere F: Future + Send + 'static, <F as Future>::Output: Send + 'static,
Spawn a (possibly) named task on the executor runtime