pub fn spawn<F: 'static + Future<Output = ()>>(future: F)
Spawn an asynchronous task that drives the provided future to completion.