Click or drag to resize
DigitalRuneParallelDo Method
Executes the given work items potentially in parallel with each other. This method will block until all work is completed.
Overload List
  NameDescription
Public methodStatic memberDo(Action)
Executes the given work items potentially in parallel with each other. This method will block until all work is completed.
Public methodStatic memberDo(IWork)
Executes the given work items potentially in parallel with each other. This method will block until all work is completed.
Public methodStatic memberDo(Action, Action)
Executes the given work items potentially in parallel with each other. This method will block until all work is completed.
Public methodStatic memberDo(IWork, IWork)
Executes the given work items potentially in parallel with each other. This method will block until all work is completed.
Top
See Also