pub fn scope<'env, F, T>(f: F) -> TExpand description
Creusot wrapper around std::thread::scope.
requires
forall<s> inv(s) ==> f.precondition((s,))ensures
exists<s> inv(s) && f.postcondition_once((s,),result)pub fn scope<'env, F, T>(f: F) -> TCreusot wrapper around std::thread::scope.
requires
forall<s> inv(s) ==> f.precondition((s,))ensures
exists<s> inv(s) && f.postcondition_once((s,),result)