Class ContextScheduler.ContextWorker

  • All Implemented Interfaces:
    io.reactivex.rxjava3.disposables.Disposable
    Enclosing class:
    ContextScheduler

    public class ContextScheduler.ContextWorker
    extends io.reactivex.rxjava3.core.Scheduler.Worker
    • Constructor Detail

      • ContextWorker

        public ContextWorker()
    • Method Detail

      • countActions

        public int countActions()
      • schedule

        public io.reactivex.rxjava3.disposables.Disposable schedule​(Runnable action)
        Overrides:
        schedule in class io.reactivex.rxjava3.core.Scheduler.Worker
      • schedule

        public io.reactivex.rxjava3.disposables.Disposable schedule​(Runnable action,
                                                                    long delayTime,
                                                                    TimeUnit unit)
        Specified by:
        schedule in class io.reactivex.rxjava3.core.Scheduler.Worker
      • schedulePeriodically

        public io.reactivex.rxjava3.disposables.Disposable schedulePeriodically​(Runnable action,
                                                                                long initialDelay,
                                                                                long period,
                                                                                TimeUnit unit)
        Overrides:
        schedulePeriodically in class io.reactivex.rxjava3.core.Scheduler.Worker
      • dispose

        public void dispose()
      • isDisposed

        public boolean isDisposed()