class io.vertx.core.impl.MultiThreadedWorkerContext extends io.vertx.core.impl.WorkerContext
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.impl.MultiThreadedWorkerContext
  super_class: io.vertx.core.impl.WorkerContext
{
  void <init>(io.vertx.core.impl.VertxInternal, io.vertx.core.impl.WorkerPool, io.vertx.core.impl.WorkerPool, java.lang.String, io.vertx.core.json.JsonObject, java.lang.ClassLoader);
    descriptor: (Lio/vertx/core/impl/VertxInternal;Lio/vertx/core/impl/WorkerPool;Lio/vertx/core/impl/WorkerPool;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Ljava/lang/ClassLoader;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // io.vertx.core.impl.MultiThreadedWorkerContext this
        start local 1 // io.vertx.core.impl.VertxInternal vertx
        start local 2 // io.vertx.core.impl.WorkerPool internalBlockingPool
        start local 3 // io.vertx.core.impl.WorkerPool workerPool
        start local 4 // java.lang.String deploymentID
        start local 5 // io.vertx.core.json.JsonObject config
        start local 6 // java.lang.ClassLoader tccl
         0: .line 24
            aload 0 /* this */
            aload 1 /* vertx */
            aload 2 /* internalBlockingPool */
            aload 3 /* workerPool */
            aload 4 /* deploymentID */
            aload 5 /* config */
            aload 6 /* tccl */
            invokespecial io.vertx.core.impl.WorkerContext.<init>:(Lio/vertx/core/impl/VertxInternal;Lio/vertx/core/impl/WorkerPool;Lio/vertx/core/impl/WorkerPool;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Ljava/lang/ClassLoader;)V
         1: .line 25
            return
        end local 6 // java.lang.ClassLoader tccl
        end local 5 // io.vertx.core.json.JsonObject config
        end local 4 // java.lang.String deploymentID
        end local 3 // io.vertx.core.impl.WorkerPool workerPool
        end local 2 // io.vertx.core.impl.WorkerPool internalBlockingPool
        end local 1 // io.vertx.core.impl.VertxInternal vertx
        end local 0 // io.vertx.core.impl.MultiThreadedWorkerContext this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lio/vertx/core/impl/MultiThreadedWorkerContext;
            0    2     1                 vertx  Lio/vertx/core/impl/VertxInternal;
            0    2     2  internalBlockingPool  Lio/vertx/core/impl/WorkerPool;
            0    2     3            workerPool  Lio/vertx/core/impl/WorkerPool;
            0    2     4          deploymentID  Ljava/lang/String;
            0    2     5                config  Lio/vertx/core/json/JsonObject;
            0    2     6                  tccl  Ljava/lang/ClassLoader;
    MethodParameters:
                      Name  Flags
      vertx                 
      internalBlockingPool  
      workerPool            
      deploymentID          
      config                
      tccl                  

  <T> void execute(T, io.vertx.core.Handler<T>);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.core.impl.MultiThreadedWorkerContext this
        start local 1 // java.lang.Object value
        start local 2 // io.vertx.core.Handler task
         0: .line 29
            aload 0 /* this */
            getfield io.vertx.core.impl.MultiThreadedWorkerContext.workerPool:Lio/vertx/core/impl/WorkerPool;
            invokevirtual io.vertx.core.impl.WorkerPool.executor:()Ljava/util/concurrent/ExecutorService;
            aload 0 /* this */
            aload 1 /* value */
            aload 2 /* task */
            aload 0 /* this */
            getfield io.vertx.core.impl.MultiThreadedWorkerContext.workerPool:Lio/vertx/core/impl/WorkerPool;
            invokevirtual io.vertx.core.impl.WorkerPool.metrics:()Lio/vertx/core/spi/metrics/PoolMetrics;
            invokevirtual io.vertx.core.impl.MultiThreadedWorkerContext.wrapTask:(Ljava/lang/Object;Lio/vertx/core/Handler;Lio/vertx/core/spi/metrics/PoolMetrics;)Ljava/lang/Runnable;
            invokeinterface java.util.concurrent.ExecutorService.execute:(Ljava/lang/Runnable;)V
         1: .line 30
            return
        end local 2 // io.vertx.core.Handler task
        end local 1 // java.lang.Object value
        end local 0 // io.vertx.core.impl.MultiThreadedWorkerContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/core/impl/MultiThreadedWorkerContext;
            0    2     1  value  TT;
            0    2     2   task  Lio/vertx/core/Handler<TT;>;
    Signature: <T:Ljava/lang/Object;>(TT;Lio/vertx/core/Handler<TT;>;)V
    MethodParameters:
       Name  Flags
      value  
      task   

  public boolean isMultiThreadedWorkerContext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.MultiThreadedWorkerContext this
         0: .line 34
            iconst_1
            ireturn
        end local 0 // io.vertx.core.impl.MultiThreadedWorkerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/MultiThreadedWorkerContext;
}
SourceFile: "MultiThreadedWorkerContext.java"