pub fn nested_scope<F, R>(f: F) -> CoreResult<R>where F: FnOnce(&NestedScope<'_>) -> CoreResult<R>,
Execute a function with nested parallelism support