pub type Scope<'scope, 'env> = Scope<'scope, 'env>;
A scope for spawning threads (re-export of std::thread::Scope)
pub struct Scope<'scope, 'env> { /* private fields */ }