Scheduler contract and static
registry and factory methods in Schedulers.See: Description
| Interface | Description |
|---|---|
| Scheduler |
Provides an abstract asynchronous 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
|
| Class | Description |
|---|---|
| Schedulers |
Scheduler contract and static
registry and factory methods in Schedulers.