thread_scope

Function thread_scope 

Source
pub fn thread_scope<SF, R>(name: &str, f: SF) -> R
where SF: FnOnce() -> R,