nested_scope

Function nested_scope 

Source
pub fn nested_scope<F, R>(f: F) -> CoreResult<R>
where F: FnOnce(&NestedScope<'_>) -> CoreResult<R>,
Expand description

Execute a function with nested parallelism support