SD.LLBLGen.Pro.ApplicationCore.Parallelization Namespace |
Class | Description | |
---|---|---|
![]() | ParallelWorkBroker |
The actual parallel work broker class. One instance per context is created and controlled by the singleton class.
|
![]() | ParallelWorkBrokerSingleton |
Singleton for brokering work that is meant to be run in parallel on one of the dispatch queues created by this instance.
|
![]() | QueuedTaskScheduler |
Provides a TaskScheduler that provides control over priorities, fairness, and the underlying threads utilized.
|
![]() | RealTimeStateMachineConfig |
Config class which contains the configuration for the RealTimeWorkController.
|
![]() | RealTimeWorkController |
Class which controls the real-time tasks which are started based on events or notifications to this class. It
schedules work on the ParallelWorkBroker's dispatch queues.
|