pub fn scope<'scope, OP, R>(op: OP) -> R
Expand description
Rayon scope with local context.
This function captures the LocalContext
of the calling thread and propagates it to the threads that run the
operations.
See rayon::scope
for more details about scope.