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 classHolds 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) classBase functionality for direct tasks that manage a runnable and cancellation/completion.(package private) static final classfinal classA Callable to be submitted to an ExecutorService that runs a Runnable action periodically and manages completion/cancellation.final classA Callable to be submitted to an ExecutorService that runs a Runnable action and manages completion/cancellation.