Function rustc_data_structures::sync::parallel::enabled::scope

source ·
pub fn scope<'scope, OP, R>(op: OP) -> R
where OP: FnOnce(&Scope<'scope>) -> R + DynSend, R: DynSend,