Package io.reactivex.rxjava4.schedulers
package io.reactivex.rxjava4.schedulers
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.-
ClassDescriptionHolds onto a blocking scheduler instance and provides access to its
BlockingScheduler.execute()method and a way to obtain a pureSchedulerinstance to be used as parameter.Interface to indicate the implementor class wraps aRunnablethat can be accessed viaSchedulerRunnableIntrospection.getWrappedRunnable().Static factory methods for returning standardSchedulerinstances.A special, non thread-safe scheduler for testing operators that require a scheduler without introducing real concurrency and allows manually advancing a virtual time.Timed<T>Holds onto a value along with time information.