final class io.reactivex.Scheduler$Worker$PeriodicTask implements java.lang.Runnable, io.reactivex.schedulers.SchedulerRunnableIntrospection
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.Scheduler$Worker$PeriodicTask
  super_class: java.lang.Object
{
  final java.lang.Runnable decoratedRun;
    descriptor: Ljava/lang/Runnable;
    flags: (0x0010) ACC_FINAL
    RuntimeInvisibleAnnotations: 
      io.reactivex.annotations.NonNull()

  final io.reactivex.internal.disposables.SequentialDisposable sd;
    descriptor: Lio/reactivex/internal/disposables/SequentialDisposable;
    flags: (0x0010) ACC_FINAL
    RuntimeInvisibleAnnotations: 
      io.reactivex.annotations.NonNull()

  final long periodInNanoseconds;
    descriptor: J
    flags: (0x0010) ACC_FINAL

  long count;
    descriptor: J
    flags: (0x0000) 

  long lastNowNanoseconds;
    descriptor: J
    flags: (0x0000) 

  long startInNanoseconds;
    descriptor: J
    flags: (0x0000) 

  final io.reactivex.Scheduler$Worker this$1;
    descriptor: Lio/reactivex/Scheduler$Worker;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.reactivex.Scheduler$Worker, long, java.lang.Runnable, long, io.reactivex.internal.disposables.SequentialDisposable, long);
    descriptor: (Lio/reactivex/Scheduler$Worker;JLjava/lang/Runnable;JLio/reactivex/internal/disposables/SequentialDisposable;J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=10, args_size=7
        start local 0 // io.reactivex.Scheduler$Worker$PeriodicTask this
        start local 2 // long firstStartInNanoseconds
        start local 4 // java.lang.Runnable decoratedRun
        start local 5 // long firstNowNanoseconds
        start local 7 // io.reactivex.internal.disposables.SequentialDisposable sd
        start local 8 // long periodInNanoseconds
         0: .line 469
            aload 0 /* this */
            aload 1
            putfield io.reactivex.Scheduler$Worker$PeriodicTask.this$1:Lio/reactivex/Scheduler$Worker;
         1: .line 468
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         2: .line 470
            aload 0 /* this */
            aload 4 /* decoratedRun */
            putfield io.reactivex.Scheduler$Worker$PeriodicTask.decoratedRun:Ljava/lang/Runnable;
         3: .line 471
            aload 0 /* this */
            aload 7 /* sd */
            putfield io.reactivex.Scheduler$Worker$PeriodicTask.sd:Lio/reactivex/internal/disposables/SequentialDisposable;
         4: .line 472
            aload 0 /* this */
            lload 8 /* periodInNanoseconds */
            putfield io.reactivex.Scheduler$Worker$PeriodicTask.periodInNanoseconds:J
         5: .line 473
            aload 0 /* this */
            lload 5 /* firstNowNanoseconds */
            putfield io.reactivex.Scheduler$Worker$PeriodicTask.lastNowNanoseconds:J
         6: .line 474
            aload 0 /* this */
            lload 2 /* firstStartInNanoseconds */
            putfield io.reactivex.Scheduler$Worker$PeriodicTask.startInNanoseconds:J
         7: .line 475
            return
        end local 8 // long periodInNanoseconds
        end local 7 // io.reactivex.internal.disposables.SequentialDisposable sd
        end local 5 // long firstNowNanoseconds
        end local 4 // java.lang.Runnable decoratedRun
        end local 2 // long firstStartInNanoseconds
        end local 0 // io.reactivex.Scheduler$Worker$PeriodicTask this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    8     0                     this  Lio/reactivex/Scheduler$Worker$PeriodicTask;
            0    8     2  firstStartInNanoseconds  J
            0    8     4             decoratedRun  Ljava/lang/Runnable;
            0    8     5      firstNowNanoseconds  J
            0    8     7                       sd  Lio/reactivex/internal/disposables/SequentialDisposable;
            0    8     8      periodInNanoseconds  J
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        io.reactivex.annotations.NonNull()
      2:
      3:
        io.reactivex.annotations.NonNull()
      4:
      5:
    MethodParameters:
                         Name  Flags
      this$0                   final
      firstStartInNanoseconds  
      decoratedRun             
      firstNowNanoseconds      
      sd                       
      periodInNanoseconds      

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=7, args_size=1
        start local 0 // io.reactivex.Scheduler$Worker$PeriodicTask this
         0: .line 479
            aload 0 /* this */
            getfield io.reactivex.Scheduler$Worker$PeriodicTask.decoratedRun:Ljava/lang/Runnable;
            invokeinterface java.lang.Runnable.run:()V
         1: .line 481
            aload 0 /* this */
            getfield io.reactivex.Scheduler$Worker$PeriodicTask.sd:Lio/reactivex/internal/disposables/SequentialDisposable;
            invokevirtual io.reactivex.internal.disposables.SequentialDisposable.isDisposed:()Z
            ifne 12
         2: .line 485
            aload 0 /* this */
            getfield io.reactivex.Scheduler$Worker$PeriodicTask.this$1:Lio/reactivex/Scheduler$Worker;
            getstatic java.util.concurrent.TimeUnit.NANOSECONDS:Ljava/util/concurrent/TimeUnit;
            invokevirtual io.reactivex.Scheduler$Worker.now:(Ljava/util/concurrent/TimeUnit;)J
            lstore 3 /* nowNanoseconds */
        start local 3 // long nowNanoseconds
         3: .line 487
            lload 3 /* nowNanoseconds */
            getstatic io.reactivex.Scheduler.CLOCK_DRIFT_TOLERANCE_NANOSECONDS:J
            ladd
            aload 0 /* this */
            getfield io.reactivex.Scheduler$Worker$PeriodicTask.lastNowNanoseconds:J
            lcmp
            iflt 5
         4: .line 488
            lload 3 /* nowNanoseconds */
            aload 0 /* this */
            getfield io.reactivex.Scheduler$Worker$PeriodicTask.lastNowNanoseconds:J
            aload 0 /* this */
            getfield io.reactivex.Scheduler$Worker$PeriodicTask.periodInNanoseconds:J
            ladd
            getstatic io.reactivex.Scheduler.CLOCK_DRIFT_TOLERANCE_NANOSECONDS:J
            ladd
            lcmp
            iflt 8
         5: .line 489
      StackMap locals: io.reactivex.Scheduler$Worker$PeriodicTask top top long
      StackMap stack:
            lload 3 /* nowNanoseconds */
            aload 0 /* this */
            getfield io.reactivex.Scheduler$Worker$PeriodicTask.periodInNanoseconds:J
            ladd
            lstore 1 /* nextTick */
        start local 1 // long nextTick
         6: .line 494
            aload 0 /* this */
            lload 1 /* nextTick */
            aload 0 /* this */
            getfield io.reactivex.Scheduler$Worker$PeriodicTask.periodInNanoseconds:J
            aload 0 /* this */
            dup
            getfield io.reactivex.Scheduler$Worker$PeriodicTask.count:J
            lconst_1
            ladd
            dup2_x1
            putfield io.reactivex.Scheduler$Worker$PeriodicTask.count:J
            lmul
            lsub
            putfield io.reactivex.Scheduler$Worker$PeriodicTask.startInNanoseconds:J
         7: .line 495
            goto 9
        end local 1 // long nextTick
         8: .line 496
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.Scheduler$Worker$PeriodicTask.startInNanoseconds:J
            aload 0 /* this */
            dup
            getfield io.reactivex.Scheduler$Worker$PeriodicTask.count:J
            lconst_1
            ladd
            dup2_x1
            putfield io.reactivex.Scheduler$Worker$PeriodicTask.count:J
            aload 0 /* this */
            getfield io.reactivex.Scheduler$Worker$PeriodicTask.periodInNanoseconds:J
            lmul
            ladd
            lstore 1 /* nextTick */
        start local 1 // long nextTick
         9: .line 498
      StackMap locals: io.reactivex.Scheduler$Worker$PeriodicTask long long
      StackMap stack:
            aload 0 /* this */
            lload 3 /* nowNanoseconds */
            putfield io.reactivex.Scheduler$Worker$PeriodicTask.lastNowNanoseconds:J
        10: .line 500
            lload 1 /* nextTick */
            lload 3 /* nowNanoseconds */
            lsub
            lstore 5 /* delay */
        start local 5 // long delay
        11: .line 501
            aload 0 /* this */
            getfield io.reactivex.Scheduler$Worker$PeriodicTask.sd:Lio/reactivex/internal/disposables/SequentialDisposable;
            aload 0 /* this */
            getfield io.reactivex.Scheduler$Worker$PeriodicTask.this$1:Lio/reactivex/Scheduler$Worker;
            aload 0 /* this */
            lload 5 /* delay */
            getstatic java.util.concurrent.TimeUnit.NANOSECONDS:Ljava/util/concurrent/TimeUnit;
            invokevirtual io.reactivex.Scheduler$Worker.schedule:(Ljava/lang/Runnable;JLjava/util/concurrent/TimeUnit;)Lio/reactivex/disposables/Disposable;
            invokevirtual io.reactivex.internal.disposables.SequentialDisposable.replace:(Lio/reactivex/disposables/Disposable;)Z
            pop
        end local 5 // long delay
        end local 3 // long nowNanoseconds
        end local 1 // long nextTick
        12: .line 503
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.Scheduler$Worker$PeriodicTask this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   13     0            this  Lio/reactivex/Scheduler$Worker$PeriodicTask;
            6    8     1        nextTick  J
            9   12     1        nextTick  J
            3   12     3  nowNanoseconds  J
           11   12     5           delay  J

  public java.lang.Runnable getWrappedRunnable();
    descriptor: ()Ljava/lang/Runnable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.Scheduler$Worker$PeriodicTask this
         0: .line 507
            aload 0 /* this */
            getfield io.reactivex.Scheduler$Worker$PeriodicTask.decoratedRun:Ljava/lang/Runnable;
            areturn
        end local 0 // io.reactivex.Scheduler$Worker$PeriodicTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/Scheduler$Worker$PeriodicTask;
}
SourceFile: "Scheduler.java"
NestHost: io.reactivex.Scheduler
InnerClasses:
  public abstract Worker = io.reactivex.Scheduler$Worker of io.reactivex.Scheduler
  final PeriodicTask = io.reactivex.Scheduler$Worker$PeriodicTask of io.reactivex.Scheduler$Worker