class Parallel

in global :: Sandbox . Utility

Wrappers of the parallel class.


public static bool ForEach( IEnumerable<T> source, Action<T> body )

😔 No documentation found.

public static bool ForEach( IEnumerable<T> source, CancellationToken token, Action<T> body )

😔 No documentation found.

public static bool For( int fromInclusive, int toExclusive, Action<int> body )

😔 No documentation found.

public static Task ForAsync( int fromInclusive, int toExclusive, CancellationToken token, Func<int,CancellationToken,ValueTask> body )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.