pub fn spawn_blocking_global<F, R>(future: F) -> JoinHandle<R> ⓘwhere F: FnOnce() -> R + Send + 'static, R: Send + 'static,
Run the blocking operation in global thread pool.
global