Class | Description |
---|---|
ImmediateScheduler |
Executes work immediately on the current thread.
|
NewThreadScheduler |
Schedules work on a new thread.
|
Schedulers |
Static factory methods for creating Schedulers.
|
TestScheduler |
The
TestScheduler is useful for debugging. |
TimeInterval<T> |
A
TimeInterval represents an item emitted by an Observable along with the amount of time that
elapsed either since the emission of the previous item or (if there was no previous item) since the
Observable was first subscribed to. |
Timestamped<T> |
Composite class that takes a value and a timestamp and wraps them.
|
TrampolineScheduler |
Schedules work on the current thread but does not execute immediately.
|