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 start local 1 start local 2 0: aload 0
invokespecial io.reactivex.Scheduler$Worker.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.schedulers.SchedulerWhen$QueueWorker.actionProcessor:Lio/reactivex/processors/FlowableProcessor;
2: aload 0
aload 2
putfield io.reactivex.internal.schedulers.SchedulerWhen$QueueWorker.actualWorker:Lio/reactivex/Scheduler$Worker;
3: aload 0
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: return
end local 2 end local 1 end local 0 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 0: aload 0
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: aload 0
getfield io.reactivex.internal.schedulers.SchedulerWhen$QueueWorker.actionProcessor:Lio/reactivex/processors/FlowableProcessor;
invokevirtual io.reactivex.processors.FlowableProcessor.onComplete:()V
2: aload 0
getfield io.reactivex.internal.schedulers.SchedulerWhen$QueueWorker.actualWorker:Lio/reactivex/Scheduler$Worker;
invokevirtual io.reactivex.Scheduler$Worker.dispose:()V
3: StackMap locals:
StackMap stack:
return
end local 0 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 0: aload 0
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 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 start local 1 start local 2 start local 4 0: new io.reactivex.internal.schedulers.SchedulerWhen$DelayedAction
dup
aload 1
lload 2
aload 4
invokespecial io.reactivex.internal.schedulers.SchedulerWhen$DelayedAction.<init>:(Ljava/lang/Runnable;JLjava/util/concurrent/TimeUnit;)V
astore 5
start local 5 1: aload 0
getfield io.reactivex.internal.schedulers.SchedulerWhen$QueueWorker.actionProcessor:Lio/reactivex/processors/FlowableProcessor;
aload 5
invokevirtual io.reactivex.processors.FlowableProcessor.onNext:(Ljava/lang/Object;)V
2: aload 5
areturn
end local 5 end local 4 end local 2 end local 1 end local 0 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 start local 1 0: new io.reactivex.internal.schedulers.SchedulerWhen$ImmediateAction
dup
aload 1
invokespecial io.reactivex.internal.schedulers.SchedulerWhen$ImmediateAction.<init>:(Ljava/lang/Runnable;)V
astore 2
start local 2 1: aload 0
getfield io.reactivex.internal.schedulers.SchedulerWhen$QueueWorker.actionProcessor:Lio/reactivex/processors/FlowableProcessor;
aload 2
invokevirtual io.reactivex.processors.FlowableProcessor.onNext:(Ljava/lang/Object;)V
2: aload 2
areturn
end local 2 end local 1 end local 0 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