API ReferenceSandbox.Utility
public static abstract sealed class Sandbox.Utility.Parallel
Wrappers of the parallel class.
Related Guides
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)
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.Utility |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Utility.Parallel |