pub fn scope<'scope, OP, R>(enabled: bool, op: OP) -> Rwhere OP: FnOnce(Scope<'_, 'scope>) -> R + Send, R: Send,
Creates a new fork-join scope.
See rayon::scope for more details.
rayon::scope