final class io.reactivex.internal.operators.parallel.ParallelRunOn$MultiWorkerCallback implements io.reactivex.internal.schedulers.SchedulerMultiWorkerSupport$WorkerCallback
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.parallel.ParallelRunOn$MultiWorkerCallback
  super_class: java.lang.Object
{
  final org.reactivestreams.Subscriber<? super T>[] subscribers;
    descriptor: [Lorg/reactivestreams/Subscriber;
    flags: (0x0010) ACC_FINAL
    Signature: [Lorg/reactivestreams/Subscriber<-TT;>;

  final org.reactivestreams.Subscriber<T>[] parents;
    descriptor: [Lorg/reactivestreams/Subscriber;
    flags: (0x0010) ACC_FINAL
    Signature: [Lorg/reactivestreams/Subscriber<TT;>;

  final io.reactivex.internal.operators.parallel.ParallelRunOn this$0;
    descriptor: Lio/reactivex/internal/operators/parallel/ParallelRunOn;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.reactivestreams.Subscriber<? super T>[], org.reactivestreams.Subscriber<T>[]);
    descriptor: (Lio/reactivex/internal/operators/parallel/ParallelRunOn;[Lorg/reactivestreams/Subscriber;[Lorg/reactivestreams/Subscriber;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.reactivex.internal.operators.parallel.ParallelRunOn$MultiWorkerCallback this
        start local 2 // org.reactivestreams.Subscriber[] subscribers
        start local 3 // org.reactivestreams.Subscriber[] parents
         0: .line 94
            aload 0 /* this */
            aload 1
            putfield io.reactivex.internal.operators.parallel.ParallelRunOn$MultiWorkerCallback.this$0:Lio/reactivex/internal/operators/parallel/ParallelRunOn;
         1: .line 93
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         2: .line 95
            aload 0 /* this */
            aload 2 /* subscribers */
            putfield io.reactivex.internal.operators.parallel.ParallelRunOn$MultiWorkerCallback.subscribers:[Lorg/reactivestreams/Subscriber;
         3: .line 96
            aload 0 /* this */
            aload 3 /* parents */
            putfield io.reactivex.internal.operators.parallel.ParallelRunOn$MultiWorkerCallback.parents:[Lorg/reactivestreams/Subscriber;
         4: .line 97
            return
        end local 3 // org.reactivestreams.Subscriber[] parents
        end local 2 // org.reactivestreams.Subscriber[] subscribers
        end local 0 // io.reactivex.internal.operators.parallel.ParallelRunOn$MultiWorkerCallback this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lio/reactivex/internal/operators/parallel/ParallelRunOn$MultiWorkerCallback;
            0    5     2  subscribers  [Lorg/reactivestreams/Subscriber;
            0    5     3      parents  [Lorg/reactivestreams/Subscriber;
    Signature: ([Lorg/reactivestreams/Subscriber<-TT;>;[Lorg/reactivestreams/Subscriber<TT;>;)V
    MethodParameters:
             Name  Flags
      this$0       final
      subscribers  
      parents      

  public void onWorker(int, io.reactivex.Scheduler$Worker);
    descriptor: (ILio/reactivex/Scheduler$Worker;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.parallel.ParallelRunOn$MultiWorkerCallback this
        start local 1 // int i
        start local 2 // io.reactivex.Scheduler$Worker w
         0: .line 101
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelRunOn$MultiWorkerCallback.this$0:Lio/reactivex/internal/operators/parallel/ParallelRunOn;
            iload 1 /* i */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelRunOn$MultiWorkerCallback.subscribers:[Lorg/reactivestreams/Subscriber;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelRunOn$MultiWorkerCallback.parents:[Lorg/reactivestreams/Subscriber;
            aload 2 /* w */
            invokevirtual io.reactivex.internal.operators.parallel.ParallelRunOn.createSubscriber:(I[Lorg/reactivestreams/Subscriber;[Lorg/reactivestreams/Subscriber;Lio/reactivex/Scheduler$Worker;)V
         1: .line 102
            return
        end local 2 // io.reactivex.Scheduler$Worker w
        end local 1 // int i
        end local 0 // io.reactivex.internal.operators.parallel.ParallelRunOn$MultiWorkerCallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/parallel/ParallelRunOn$MultiWorkerCallback;
            0    2     1     i  I
            0    2     2     w  Lio/reactivex/Scheduler$Worker;
    MethodParameters:
      Name  Flags
      i     
      w     
}
SourceFile: "ParallelRunOn.java"
NestHost: io.reactivex.internal.operators.parallel.ParallelRunOn
InnerClasses:
  public abstract Worker = io.reactivex.Scheduler$Worker of io.reactivex.Scheduler
  final MultiWorkerCallback = io.reactivex.internal.operators.parallel.ParallelRunOn$MultiWorkerCallback of io.reactivex.internal.operators.parallel.ParallelRunOn
  public abstract WorkerCallback = io.reactivex.internal.schedulers.SchedulerMultiWorkerSupport$WorkerCallback of io.reactivex.internal.schedulers.SchedulerMultiWorkerSupport