pub fn nested_scope_with_limits<F, R>(
limits: ResourceLimits,
f: F,
) -> CoreResult<R>Expand description
Execute a function with nested parallelism support and custom limits
pub fn nested_scope_with_limits<F, R>(
limits: ResourceLimits,
f: F,
) -> CoreResult<R>Execute a function with nested parallelism support and custom limits