Uses of Interface
io.reactivex.rxjava3.schedulers.SchedulerRunnableIntrospection
-
Packages that use SchedulerRunnableIntrospection Package Description io.reactivex.rxjava3.core Base reactive classes:Flowable
,Observable
,Single
,Maybe
andCompletable
; base reactive consumers; other common base interfaces.io.reactivex.rxjava3.internal.schedulers -
-
Uses of SchedulerRunnableIntrospection in io.reactivex.rxjava3.core
Classes in io.reactivex.rxjava3.core that implement SchedulerRunnableIntrospection Modifier and Type Class Description (package private) static class
Scheduler.DisposeTask
(package private) static class
Scheduler.PeriodicDirectTask
(package private) class
Scheduler.Worker.PeriodicTask
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 SchedulerRunnableIntrospection Modifier and Type Class Description (package private) class
AbstractDirectTask
Base functionality for direct tasks that manage a runnable and cancellation/completion.(package private) static class
ExecutorScheduler.DelayedRunnable
class
ScheduledDirectPeriodicTask
A Callable to be submitted to an ExecutorService that runs a Runnable action periodically and manages completion/cancellation.class
ScheduledDirectTask
A Callable to be submitted to an ExecutorService that runs a Runnable action and manages completion/cancellation.
-