Uses of Interface
io.reactivex.rxjava3.schedulers.SchedulerRunnableIntrospection
Packages that use SchedulerRunnableIntrospection
Package
Description
Base reactive classes:
Flowable
, Observable
,
Single
, Maybe
and
Completable
; base reactive consumers;
other common base interfaces.-
Uses of SchedulerRunnableIntrospection in io.reactivex.rxjava3.core
Classes in io.reactivex.rxjava3.core that implement SchedulerRunnableIntrospectionModifier and TypeClassDescription(package private) static final class
(package private) static final class
(package private) final class
Holds state and logic to calculate when the next delayed invocation of this task has to happen (accounting for clock drifts). -
Uses of SchedulerRunnableIntrospection in io.reactivex.rxjava3.internal.schedulers
Classes in io.reactivex.rxjava3.internal.schedulers that implement SchedulerRunnableIntrospectionModifier and TypeClassDescription(package private) class
Base functionality for direct tasks that manage a runnable and cancellation/completion.(package private) static final class
final class
A Callable to be submitted to an ExecutorService that runs a Runnable action periodically and manages completion/cancellation.final class
A Callable to be submitted to an ExecutorService that runs a Runnable action and manages completion/cancellation.