Uses of Class
io.reactivex.rxjava3.schedulers.TestScheduler.TestWorker
Packages that use TestScheduler.TestWorker
Package
Description
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 TestScheduler.TestWorker in io.reactivex.rxjava3.schedulers
Fields in io.reactivex.rxjava3.schedulers declared as TestScheduler.TestWorkerModifier and TypeFieldDescription(package private) final TestScheduler.TestWorkerTestScheduler.TimedRunnable.schedulerConstructors in io.reactivex.rxjava3.schedulers with parameters of type TestScheduler.TestWorkerModifierConstructorDescription(package private)TimedRunnable(TestScheduler.TestWorker scheduler, long time, Runnable run, long count)