Package io.reactivex.rxjava3.schedulers
package io.reactivex.rxjava3.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.-
ClassDescriptionInterface to indicate the implementor class wraps a
Runnable
that can be accessed viaSchedulerRunnableIntrospection.getWrappedRunnable()
.Static factory methods for returning standardScheduler
instances.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.