pub fn scope<'scope, Op, R>(op: Op) -> Rwhere
Op: FnOnce(&Scope<'scope, '_>) -> R,
Expand description
A wrapper around [rayon::in_place_scope
] that preserves the turbo_tasks_scope
.
pub fn scope<'scope, Op, R>(op: Op) -> Rwhere
Op: FnOnce(&Scope<'scope, '_>) -> R,
A wrapper around [rayon::in_place_scope
] that preserves the turbo_tasks_scope
.