ParallelWorkBrokerSingleton Methods | 
The ParallelWorkBrokerSingleton type exposes the following members.
| Name | Description | |
|---|---|---|
| GetInstance | 
            Gets the singleton instance.
              | |
| QueueWorkOnBurstQueue(Action) | 
            Helper method to quickly queue work on the burst queue.
              | |
| QueueWorkOnBurstQueueT(FuncT) | 
            Helper method to quickly queue work on the burst queue.
              | |
| QueueWorkOnBurstQueueAndWait | 
            Queues all the work passed in on the burst queue to run all in parallel and waits for all of the created tasks to complete before returning.
              | |
| QueueWorkOnExternalLoadQueue | 
            Helper method to quickly queue work on the external load queue.
              |