s&box docs
API ReferenceSandbox.Utility

public static abstract sealed class Sandbox.Utility.Parallel

Wrappers of the parallel class.

Broader workflow and conceptual references connected to this API.

Methods

Showing 4 methods

public static bool For(int fromInclusive, int toExclusive, System.Action`1<int> body)

public static System.Threading.Tasks.Task ForAsync(int fromInclusive, int toExclusive, System.Threading.CancellationToken token, System.Func`3<int,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask> body)

Metadata

FieldValue
NamespaceSandbox.Utility
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.Utility.Parallel

On this page