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.-
Interface Summary Interface Description SchedulerRunnableIntrospection Interface to indicate the implementor class wraps aRunnable
that can be accessed viaSchedulerRunnableIntrospection.getWrappedRunnable()
. -
Class Summary Class Description Schedulers Static factory methods for returning standardScheduler
instances.Schedulers.ComputationHolder Schedulers.ComputationTask Schedulers.IoHolder Schedulers.IOTask Schedulers.NewThreadHolder Schedulers.NewThreadTask Schedulers.SingleHolder Schedulers.SingleTask TestScheduler A special, non thread-safe scheduler for testing operators that require a scheduler without introducing real concurrency and allows manually advancing a virtual time.TestScheduler.TimedRunnable Timed<T> Holds onto a value along with time information.