Skip to main content

scope

Function scope 

Source
pub fn scope<'env, F, T>(f: F) -> T
where F: for<'scope> FnOnce(&mut Scope<'scope, 'env>) -> T,
Expand description

Creusot wrapper around std::thread::scope.