pub fn spawn_blocking_scoped<'a, F, T>(f: F) -> ScopedJoinHandle<'a, T> ⓘwhere F: FnOnce() -> T + Send + 'a, T: Send + 'a,
Runs the provided non-static closure on a thread where blocking is acceptable.