pub fn spawn_scoped<'a, F, T>(f: F) -> JoinGuard<'a, T>where F: FnOnce() -> T + Send + 'a, T: Send + 'a,
Spawn borrowing thread handles.