pub fn spawn_named_future<F>(future: F, name: &str) -> JoinHandle<F::Output>where F: Future + Send + 'static, F::Output: Send + 'static,