pub fn scope<'env, F, R>(f: F) -> Rwhere F: for<'scope> FnOnce(&'scope Scope<'scope, 'env>) -> R,
Scope-based thread spawning (safe scoped threads)