pub fn spawn_future<F>(future: F) -> JoinHandle<F::Output>where F: Future + Send + 'static, F::Output: Send + 'static,