final class io.reactivex.internal.operators.flowable.FlowableTimer$TimerSubscriber extends java.util.concurrent.atomic.AtomicReference<io.reactivex.disposables.Disposable> implements org.reactivestreams.Subscription, java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableTimer$TimerSubscriber
  super_class: java.util.concurrent.atomic.AtomicReference
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -2809475196591179431

  final org.reactivestreams.Subscriber<? super java.lang.Long> downstream;
    descriptor: Lorg/reactivestreams/Subscriber;
    flags: (0x0010) ACC_FINAL
    Signature: Lorg/reactivestreams/Subscriber<-Ljava/lang/Long;>;

  volatile boolean requested;
    descriptor: Z
    flags: (0x0040) ACC_VOLATILE

  void <init>(org.reactivestreams.Subscriber<? super java.lang.Long>);
    descriptor: (Lorg/reactivestreams/Subscriber;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableTimer$TimerSubscriber this
        start local 1 // org.reactivestreams.Subscriber downstream
         0: .line 56
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
         1: .line 57
            aload 0 /* this */
            aload 1 /* downstream */
            putfield io.reactivex.internal.operators.flowable.FlowableTimer$TimerSubscriber.downstream:Lorg/reactivestreams/Subscriber;
         2: .line 58
            return
        end local 1 // org.reactivestreams.Subscriber downstream
        end local 0 // io.reactivex.internal.operators.flowable.FlowableTimer$TimerSubscriber this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/reactivex/internal/operators/flowable/FlowableTimer$TimerSubscriber;
            0    3     1  downstream  Lorg/reactivestreams/Subscriber<-Ljava/lang/Long;>;
    Signature: (Lorg/reactivestreams/Subscriber<-Ljava/lang/Long;>;)V
    MethodParameters:
            Name  Flags
      downstream  

  public void request(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableTimer$TimerSubscriber this
        start local 1 // long n
         0: .line 62
            lload 1 /* n */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(J)Z
            ifeq 2
         1: .line 63
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableTimer$TimerSubscriber.requested:Z
         2: .line 65
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long n
        end local 0 // io.reactivex.internal.operators.flowable.FlowableTimer$TimerSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/flowable/FlowableTimer$TimerSubscriber;
            0    3     1     n  J
    MethodParameters:
      Name  Flags
      n     

  public void cancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableTimer$TimerSubscriber this
         0: .line 69
            aload 0 /* this */
            invokestatic io.reactivex.internal.disposables.DisposableHelper.dispose:(Ljava/util/concurrent/atomic/AtomicReference;)Z
            pop
         1: .line 70
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableTimer$TimerSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableTimer$TimerSubscriber;

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableTimer$TimerSubscriber this
         0: .line 74
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableTimer$TimerSubscriber.get:()Ljava/lang/Object;
            getstatic io.reactivex.internal.disposables.DisposableHelper.DISPOSED:Lio/reactivex/internal/disposables/DisposableHelper;
            if_acmpeq 8
         1: .line 75
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTimer$TimerSubscriber.requested:Z
            ifeq 6
         2: .line 76
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTimer$TimerSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            lconst_0
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
         3: .line 77
            aload 0 /* this */
            getstatic io.reactivex.internal.disposables.EmptyDisposable.INSTANCE:Lio/reactivex/internal/disposables/EmptyDisposable;
            invokevirtual io.reactivex.internal.operators.flowable.FlowableTimer$TimerSubscriber.lazySet:(Ljava/lang/Object;)V
         4: .line 78
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTimer$TimerSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
         5: .line 79
            goto 8
         6: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic io.reactivex.internal.disposables.EmptyDisposable.INSTANCE:Lio/reactivex/internal/disposables/EmptyDisposable;
            invokevirtual io.reactivex.internal.operators.flowable.FlowableTimer$TimerSubscriber.lazySet:(Ljava/lang/Object;)V
         7: .line 81
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTimer$TimerSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            new io.reactivex.exceptions.MissingBackpressureException
            dup
            ldc "Can't deliver value due to lack of requests"
            invokespecial io.reactivex.exceptions.MissingBackpressureException.<init>:(Ljava/lang/String;)V
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
         8: .line 84
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableTimer$TimerSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lio/reactivex/internal/operators/flowable/FlowableTimer$TimerSubscriber;

  public void setResource(io.reactivex.disposables.Disposable);
    descriptor: (Lio/reactivex/disposables/Disposable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableTimer$TimerSubscriber this
        start local 1 // io.reactivex.disposables.Disposable d
         0: .line 87
            aload 0 /* this */
            aload 1 /* d */
            invokestatic io.reactivex.internal.disposables.DisposableHelper.trySet:(Ljava/util/concurrent/atomic/AtomicReference;Lio/reactivex/disposables/Disposable;)Z
            pop
         1: .line 88
            return
        end local 1 // io.reactivex.disposables.Disposable d
        end local 0 // io.reactivex.internal.operators.flowable.FlowableTimer$TimerSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableTimer$TimerSubscriber;
            0    2     1     d  Lio/reactivex/disposables/Disposable;
    MethodParameters:
      Name  Flags
      d     
}
Signature: Ljava/util/concurrent/atomic/AtomicReference<Lio/reactivex/disposables/Disposable;>;Lorg/reactivestreams/Subscription;Ljava/lang/Runnable;
SourceFile: "FlowableTimer.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableTimer
InnerClasses:
  final TimerSubscriber = io.reactivex.internal.operators.flowable.FlowableTimer$TimerSubscriber of io.reactivex.internal.operators.flowable.FlowableTimer