pub fn spawn_task<F>(task: F)where F: Future + 'static + Send, F::Output: Send + 'static,
Spawn a task using the handle to the runtime.