Interface | Description |
---|---|
Scheduler |
Provides an abstract asychronous boundary to operators.
|
Scheduler.Worker |
A worker representing an asynchronous boundary that executes tasks in
a FIFO order, guaranteed non-concurrently with respect to each other.
|
Schedulers.Factory |
Public factory hook to override Schedulers behavior globally
|
TimedScheduler |
Provides an abstract, timed asychronous boundary to operators.
|
TimedScheduler.TimedWorker |
Class | Description |
---|---|
Schedulers |