BlockingScheduler,
ParallelScheduler and
SharedScheduler.See: Description
| Class | Description |
|---|---|
| BlockingScheduler |
A Scheduler that uses the current thread, in an event-loop and
blocking fashion to execute actions.
|
| ParallelScheduler |
Scheduler with a configurable fixed amount of thread-pools.
|
| SharedScheduler |
A Scheduler implementation that uses one of the Workers from another Scheduler
and shares the access to it through its own Workers.
|
BlockingScheduler,
ParallelScheduler and
SharedScheduler.