pub fn spawn<F>(future: F) -> JoinHandle<()> ⓘwhere F: Future<Output = ()> + Send + 'static,
Spawn a task globally (could be sent between threads).