Class Scheduler.Worker.PeriodicTask

java.lang.Object
io.reactivex.rxjava3.core.Scheduler.Worker.PeriodicTask
All Implemented Interfaces:
SchedulerRunnableIntrospection, Runnable
Enclosing class:
Scheduler.Worker

final class Scheduler.Worker.PeriodicTask extends Object implements Runnable, SchedulerRunnableIntrospection
Holds state and logic to calculate when the next delayed invocation of this task has to happen (accounting for clock drifts).