nested_scope_with_limits

Function nested_scope_with_limits 

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

Execute a function with nested parallelism support and custom limits