| Package | Description |
|---|---|
| rx |
Base reactive classes: Observable, Single and Completable; base reactive consumers;
other common base interfaces.
|
| rx.schedulers |
Scheduler implementations, value+time record classes and the standard factory class to
return standard RxJava schedulers or wrap any Executor-based (thread pool) instances.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Scheduler.Worker |
Scheduler.createWorker()
Retrieves or creates a new
Scheduler.Worker that represents serial execution of actions. |
| Modifier and Type | Method and Description |
|---|---|
Scheduler.Worker |
TrampolineScheduler.createWorker()
Deprecated.
|
Scheduler.Worker |
TestScheduler.createWorker() |
Scheduler.Worker |
NewThreadScheduler.createWorker()
Deprecated.
|
Scheduler.Worker |
ImmediateScheduler.createWorker()
Deprecated.
|
Copyright © 2025. All rights reserved.