rayon_core::scope

Function do_in_place_scope

Source
pub(crate) fn do_in_place_scope<'scope, OP, R>(
    registry: Option<&Arc<Registry>>,
    op: OP,
) -> R
where OP: FnOnce(&Scope<'scope>) -> R,