final class io.reactivex.internal.schedulers.SchedulerWhen$QueueWorker extends io.reactivex.Scheduler$Worker
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.schedulers.SchedulerWhen$QueueWorker
  super_class: io.reactivex.Scheduler$Worker
{
  private final java.util.concurrent.atomic.AtomicBoolean unsubscribed;
    descriptor: Ljava/util/concurrent/atomic/AtomicBoolean;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.reactivex.processors.FlowableProcessor<io.reactivex.internal.schedulers.SchedulerWhen$ScheduledAction> actionProcessor;
    descriptor: Lio/reactivex/processors/FlowableProcessor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/reactivex/processors/FlowableProcessor<Lio/reactivex/internal/schedulers/SchedulerWhen$ScheduledAction;>;

  private final io.reactivex.Scheduler$Worker actualWorker;
    descriptor: Lio/reactivex/Scheduler$Worker;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(io.reactivex.processors.FlowableProcessor<io.reactivex.internal.schedulers.SchedulerWhen$ScheduledAction>, io.reactivex.Scheduler$Worker);
    descriptor: (Lio/reactivex/processors/FlowableProcessor;Lio/reactivex/Scheduler$Worker;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.reactivex.internal.schedulers.SchedulerWhen$QueueWorker this
        start local 1 // io.reactivex.processors.FlowableProcessor actionProcessor
        start local 2 // io.reactivex.Scheduler$Worker actualWorker
         0: .line 298
            aload 0 /* this */
            invokespecial io.reactivex.Scheduler$Worker.<init>:()V
         1: .line 299
            aload 0 /* this */
            aload 1 /* actionProcessor */
            putfield io.reactivex.internal.schedulers.SchedulerWhen$QueueWorker.actionProcessor:Lio/reactivex/processors/FlowableProcessor;
         2: .line 300
            aload 0 /* this */
            aload 2 /* actualWorker */
            putfield io.reactivex.internal.schedulers.SchedulerWhen$QueueWorker.actualWorker:Lio/reactivex/Scheduler$Worker;
         3: .line 301
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicBoolean
            dup
            invokespecial java.util.concurrent.atomic.AtomicBoolean.<init>:()V
            putfield io.reactivex.internal.schedulers.SchedulerWhen$QueueWorker.unsubscribed:Ljava/util/concurrent/atomic/AtomicBoolean;
         4: .line 302
            return
        end local 2 // io.reactivex.Scheduler$Worker actualWorker
        end local 1 // io.reactivex.processors.FlowableProcessor actionProcessor
        end local 0 // io.reactivex.internal.schedulers.SchedulerWhen$QueueWorker this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lio/reactivex/internal/schedulers/SchedulerWhen$QueueWorker;
            0    5     1  actionProcessor  Lio/reactivex/processors/FlowableProcessor<Lio/reactivex/internal/schedulers/SchedulerWhen$ScheduledAction;>;
            0    5     2     actualWorker  Lio/reactivex/Scheduler$Worker;
    Signature: (Lio/reactivex/processors/FlowableProcessor<Lio/reactivex/internal/schedulers/SchedulerWhen$ScheduledAction;>;Lio/reactivex/Scheduler$Worker;)V
    MethodParameters:
                 Name  Flags
      actionProcessor  
      actualWorker     

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.reactivex.internal.schedulers.SchedulerWhen$QueueWorker this
         0: .line 308
            aload 0 /* this */
            getfield io.reactivex.internal.schedulers.SchedulerWhen$QueueWorker.unsubscribed:Ljava/util/concurrent/atomic/AtomicBoolean;
            iconst_0
            iconst_1
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.compareAndSet:(ZZ)Z
            ifeq 3
         1: .line 309
            aload 0 /* this */
            getfield io.reactivex.internal.schedulers.SchedulerWhen$QueueWorker.actionProcessor:Lio/reactivex/processors/FlowableProcessor;
            invokevirtual io.reactivex.processors.FlowableProcessor.onComplete:()V
         2: .line 310
            aload 0 /* this */
            getfield io.reactivex.internal.schedulers.SchedulerWhen$QueueWorker.actualWorker:Lio/reactivex/Scheduler$Worker;
            invokevirtual io.reactivex.Scheduler$Worker.dispose:()V
         3: .line 312
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.schedulers.SchedulerWhen$QueueWorker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/schedulers/SchedulerWhen$QueueWorker;

  public boolean isDisposed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.schedulers.SchedulerWhen$QueueWorker this
         0: .line 316
            aload 0 /* this */
            getfield io.reactivex.internal.schedulers.SchedulerWhen$QueueWorker.unsubscribed:Ljava/util/concurrent/atomic/AtomicBoolean;
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.get:()Z
            ireturn
        end local 0 // io.reactivex.internal.schedulers.SchedulerWhen$QueueWorker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/schedulers/SchedulerWhen$QueueWorker;

  public io.reactivex.disposables.Disposable schedule(java.lang.Runnable, long, java.util.concurrent.TimeUnit);
    descriptor: (Ljava/lang/Runnable;JLjava/util/concurrent/TimeUnit;)Lio/reactivex/disposables/Disposable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // io.reactivex.internal.schedulers.SchedulerWhen$QueueWorker this
        start local 1 // java.lang.Runnable action
        start local 2 // long delayTime
        start local 4 // java.util.concurrent.TimeUnit unit
         0: .line 323
            new io.reactivex.internal.schedulers.SchedulerWhen$DelayedAction
            dup
            aload 1 /* action */
            lload 2 /* delayTime */
            aload 4 /* unit */
            invokespecial io.reactivex.internal.schedulers.SchedulerWhen$DelayedAction.<init>:(Ljava/lang/Runnable;JLjava/util/concurrent/TimeUnit;)V
            astore 5 /* delayedAction */
        start local 5 // io.reactivex.internal.schedulers.SchedulerWhen$DelayedAction delayedAction
         1: .line 324
            aload 0 /* this */
            getfield io.reactivex.internal.schedulers.SchedulerWhen$QueueWorker.actionProcessor:Lio/reactivex/processors/FlowableProcessor;
            aload 5 /* delayedAction */
            invokevirtual io.reactivex.processors.FlowableProcessor.onNext:(Ljava/lang/Object;)V
         2: .line 325
            aload 5 /* delayedAction */
            areturn
        end local 5 // io.reactivex.internal.schedulers.SchedulerWhen$DelayedAction delayedAction
        end local 4 // java.util.concurrent.TimeUnit unit
        end local 2 // long delayTime
        end local 1 // java.lang.Runnable action
        end local 0 // io.reactivex.internal.schedulers.SchedulerWhen$QueueWorker this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/reactivex/internal/schedulers/SchedulerWhen$QueueWorker;
            0    3     1         action  Ljava/lang/Runnable;
            0    3     2      delayTime  J
            0    3     4           unit  Ljava/util/concurrent/TimeUnit;
            1    3     5  delayedAction  Lio/reactivex/internal/schedulers/SchedulerWhen$DelayedAction;
    RuntimeInvisibleAnnotations: 
      io.reactivex.annotations.NonNull()
    RuntimeInvisibleParameterAnnotations: 
      0:
        io.reactivex.annotations.NonNull()
      1:
      2:
        io.reactivex.annotations.NonNull()
    MethodParameters:
           Name  Flags
      action     final
      delayTime  final
      unit       final

  public io.reactivex.disposables.Disposable schedule(java.lang.Runnable);
    descriptor: (Ljava/lang/Runnable;)Lio/reactivex/disposables/Disposable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.reactivex.internal.schedulers.SchedulerWhen$QueueWorker this
        start local 1 // java.lang.Runnable action
         0: .line 332
            new io.reactivex.internal.schedulers.SchedulerWhen$ImmediateAction
            dup
            aload 1 /* action */
            invokespecial io.reactivex.internal.schedulers.SchedulerWhen$ImmediateAction.<init>:(Ljava/lang/Runnable;)V
            astore 2 /* immediateAction */
        start local 2 // io.reactivex.internal.schedulers.SchedulerWhen$ImmediateAction immediateAction
         1: .line 333
            aload 0 /* this */
            getfield io.reactivex.internal.schedulers.SchedulerWhen$QueueWorker.actionProcessor:Lio/reactivex/processors/FlowableProcessor;
            aload 2 /* immediateAction */
            invokevirtual io.reactivex.processors.FlowableProcessor.onNext:(Ljava/lang/Object;)V
         2: .line 334
            aload 2 /* immediateAction */
            areturn
        end local 2 // io.reactivex.internal.schedulers.SchedulerWhen$ImmediateAction immediateAction
        end local 1 // java.lang.Runnable action
        end local 0 // io.reactivex.internal.schedulers.SchedulerWhen$QueueWorker this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lio/reactivex/internal/schedulers/SchedulerWhen$QueueWorker;
            0    3     1           action  Ljava/lang/Runnable;
            1    3     2  immediateAction  Lio/reactivex/internal/schedulers/SchedulerWhen$ImmediateAction;
    RuntimeInvisibleAnnotations: 
      io.reactivex.annotations.NonNull()
    RuntimeInvisibleParameterAnnotations: 
      0:
        io.reactivex.annotations.NonNull()
    MethodParameters:
        Name  Flags
      action  final
}
SourceFile: "SchedulerWhen.java"
NestHost: io.reactivex.internal.schedulers.SchedulerWhen
InnerClasses:
  public abstract Worker = io.reactivex.Scheduler$Worker of io.reactivex.Scheduler
  DelayedAction = io.reactivex.internal.schedulers.SchedulerWhen$DelayedAction of io.reactivex.internal.schedulers.SchedulerWhen
  ImmediateAction = io.reactivex.internal.schedulers.SchedulerWhen$ImmediateAction of io.reactivex.internal.schedulers.SchedulerWhen
  final QueueWorker = io.reactivex.internal.schedulers.SchedulerWhen$QueueWorker of io.reactivex.internal.schedulers.SchedulerWhen
  abstract ScheduledAction = io.reactivex.internal.schedulers.SchedulerWhen$ScheduledAction of io.reactivex.internal.schedulers.SchedulerWhen