Uses of Class
io.reactivex.rxjava3.core.Scheduler.Worker
Packages that use Scheduler.Worker
Package
Description
Base reactive classes:
Flowable, Observable,
Single, Maybe and
Completable; base reactive consumers;
other common base interfaces.Contains notably the factory class of
Schedulers providing methods for
retrieving the standard scheduler instances, the TestScheduler for testing flows
with scheduling in a controlled manner and the class Timed that can hold
a value and a timestamp associated with it.-
Uses of Scheduler.Worker in io.reactivex.rxjava3.core
Methods in io.reactivex.rxjava3.core that return Scheduler.WorkerModifier and TypeMethodDescriptionabstract @NonNull Scheduler.WorkerScheduler.createWorker()Retrieves or creates a newScheduler.Workerthat represents sequential execution of actions. -
Uses of Scheduler.Worker in io.reactivex.rxjava3.internal.schedulers
Subclasses of Scheduler.Worker in io.reactivex.rxjava3.internal.schedulersModifier and TypeClassDescriptionstatic final classclassBase class that manages a single-threaded ScheduledExecutorService as a worker but doesn't perform task-tracking operations.Methods in io.reactivex.rxjava3.internal.schedulers that return Scheduler.WorkerModifier and TypeMethodDescriptionComputationScheduler.createWorker()ExecutorScheduler.createWorker()ImmediateThinScheduler.createWorker()IoScheduler.createWorker()NewThreadScheduler.createWorker()SchedulerWhen.createWorker()SingleScheduler.createWorker()TrampolineScheduler.createWorker()Methods in io.reactivex.rxjava3.internal.schedulers with parameters of type Scheduler.WorkerModifier and TypeMethodDescriptionvoidSchedulerMultiWorkerSupport.WorkerCallback.onWorker(int index, Scheduler.Worker worker) Called with the Worker index and instance. -
Uses of Scheduler.Worker in io.reactivex.rxjava3.schedulers
Methods in io.reactivex.rxjava3.schedulers that return Scheduler.Worker