Uses of Interface
io.reactivex.rxjava3.schedulers.SchedulerRunnableIntrospection
-
Packages that use SchedulerRunnableIntrospection Package Description io.reactivex.rxjava3.core Base reactive classes:Flowable,Observable,Single,MaybeandCompletable; 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 classScheduler.DisposeTask(package private) static classScheduler.PeriodicDirectTask(package private) classScheduler.Worker.PeriodicTaskHolds 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) classAbstractDirectTaskBase functionality for direct tasks that manage a runnable and cancellation/completion.(package private) static classExecutorScheduler.DelayedRunnableclassScheduledDirectPeriodicTaskA Callable to be submitted to an ExecutorService that runs a Runnable action periodically and manages completion/cancellation.classScheduledDirectTaskA Callable to be submitted to an ExecutorService that runs a Runnable action and manages completion/cancellation.
-