final class io.reactivex.internal.schedulers.ComputationScheduler$PoolWorker extends io.reactivex.internal.schedulers.NewThreadWorker
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.schedulers.ComputationScheduler$PoolWorker
  super_class: io.reactivex.internal.schedulers.NewThreadWorker
{
  void <init>(java.util.concurrent.ThreadFactory);
    descriptor: (Ljava/util/concurrent/ThreadFactory;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.schedulers.ComputationScheduler$PoolWorker this
        start local 1 // java.util.concurrent.ThreadFactory threadFactory
         0: .line 243
            aload 0 /* this */
            aload 1 /* threadFactory */
            invokespecial io.reactivex.internal.schedulers.NewThreadWorker.<init>:(Ljava/util/concurrent/ThreadFactory;)V
         1: .line 244
            return
        end local 1 // java.util.concurrent.ThreadFactory threadFactory
        end local 0 // io.reactivex.internal.schedulers.ComputationScheduler$PoolWorker this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/reactivex/internal/schedulers/ComputationScheduler$PoolWorker;
            0    2     1  threadFactory  Ljava/util/concurrent/ThreadFactory;
    MethodParameters:
               Name  Flags
      threadFactory  
}
SourceFile: "ComputationScheduler.java"
NestHost: io.reactivex.internal.schedulers.ComputationScheduler
InnerClasses:
  final PoolWorker = io.reactivex.internal.schedulers.ComputationScheduler$PoolWorker of io.reactivex.internal.schedulers.ComputationScheduler