pub fn spawn_global<F>(future: F) -> JoinHandle<F::Output> ⓘwhere F: Future + Send + 'static, F::Output: Send + 'static,
Spawn a future and execute it in global thread pool.
global