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.