pub fn spawn<F>(fut: F)where F: Future<Output = ()> + Send + 'static,
Spawn a future on the async executor.