| Class | Description |
|---|---|
| ADispatcher<TMsg> |
Mid-level abstraction of a dispatcher that establishes the ability to hold and manage
observers in a thread-safe manner.
|
| ParallelDispatcher<TMsg> |
A dispatcher that updates its observers in parallel if possible on multiple threads.
|
| SequentialDispatcher<TMsg> |
A simple dispatcher that updates its observers sequentially on a single thread.
|