| ParallelDo Method | 
| Name | Description | |
|---|---|---|
| Do(Action) | 
            Executes the given work items potentially in parallel with each other.
            This method will block until all work is completed.
              | |
| Do(IWork) | 
            Executes the given work items potentially in parallel with each other.
            This method will block until all work is completed.
              | |
| Do(Action, Action) | 
            Executes the given work items potentially in parallel with each other.
            This method will block until all work is completed.
              | |
| Do(IWork, IWork) | 
            Executes the given work items potentially in parallel with each other.
            This method will block until all work is completed.
              |