Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: void Parallel(params Action<int>[])

  • Declared in: RT.Util.Ut

Declaration

public static void Parallel(
    params Action<int>[] actions
)

Summary

Runs all of the specified actions in parallel, each in a thread of its own.

Parameters

Action<int>[]actions Actions to run.