public class io.vertx.core.impl.WorkerContext extends io.vertx.core.impl.ContextImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.impl.WorkerContext
  super_class: io.vertx.core.impl.ContextImpl
{
  void <init>(io.vertx.core.impl.VertxInternal, io.vertx.core.spi.tracing.VertxTracer<?, ?>, io.vertx.core.impl.WorkerPool, io.vertx.core.impl.WorkerPool, io.vertx.core.impl.Deployment, io.vertx.core.impl.CloseHooks, java.lang.ClassLoader);
    descriptor: (Lio/vertx/core/impl/VertxInternal;Lio/vertx/core/spi/tracing/VertxTracer;Lio/vertx/core/impl/WorkerPool;Lio/vertx/core/impl/WorkerPool;Lio/vertx/core/impl/Deployment;Lio/vertx/core/impl/CloseHooks;Ljava/lang/ClassLoader;)V
    flags: (0x0000) 
    Code:
      stack=9, locals=8, args_size=8
        start local 0 // io.vertx.core.impl.WorkerContext this
        start local 1 // io.vertx.core.impl.VertxInternal vertx
        start local 2 // io.vertx.core.spi.tracing.VertxTracer tracer
        start local 3 // io.vertx.core.impl.WorkerPool internalBlockingPool
        start local 4 // io.vertx.core.impl.WorkerPool workerPool
        start local 5 // io.vertx.core.impl.Deployment deployment
        start local 6 // io.vertx.core.impl.CloseHooks closeHooks
        start local 7 // java.lang.ClassLoader tccl
         0: .line 34
            aload 0 /* this */
            aload 1 /* vertx */
            aload 2 /* tracer */
            aload 1 /* vertx */
            invokeinterface io.vertx.core.impl.VertxInternal.getEventLoopGroup:()Lio/netty/channel/EventLoopGroup;
            invokeinterface io.netty.channel.EventLoopGroup.next:()Lio/netty/channel/EventLoop;
            aload 3 /* internalBlockingPool */
            aload 4 /* workerPool */
            aload 5 /* deployment */
            aload 6 /* closeHooks */
            aload 7 /* tccl */
            invokespecial io.vertx.core.impl.ContextImpl.<init>:(Lio/vertx/core/impl/VertxInternal;Lio/vertx/core/spi/tracing/VertxTracer;Lio/netty/channel/EventLoop;Lio/vertx/core/impl/WorkerPool;Lio/vertx/core/impl/WorkerPool;Lio/vertx/core/impl/Deployment;Lio/vertx/core/impl/CloseHooks;Ljava/lang/ClassLoader;)V
         1: .line 35
            return
        end local 7 // java.lang.ClassLoader tccl
        end local 6 // io.vertx.core.impl.CloseHooks closeHooks
        end local 5 // io.vertx.core.impl.Deployment deployment
        end local 4 // io.vertx.core.impl.WorkerPool workerPool
        end local 3 // io.vertx.core.impl.WorkerPool internalBlockingPool
        end local 2 // io.vertx.core.spi.tracing.VertxTracer tracer
        end local 1 // io.vertx.core.impl.VertxInternal vertx
        end local 0 // io.vertx.core.impl.WorkerContext this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lio/vertx/core/impl/WorkerContext;
            0    2     1                 vertx  Lio/vertx/core/impl/VertxInternal;
            0    2     2                tracer  Lio/vertx/core/spi/tracing/VertxTracer<**>;
            0    2     3  internalBlockingPool  Lio/vertx/core/impl/WorkerPool;
            0    2     4            workerPool  Lio/vertx/core/impl/WorkerPool;
            0    2     5            deployment  Lio/vertx/core/impl/Deployment;
            0    2     6            closeHooks  Lio/vertx/core/impl/CloseHooks;
            0    2     7                  tccl  Ljava/lang/ClassLoader;
    Signature: (Lio/vertx/core/impl/VertxInternal;Lio/vertx/core/spi/tracing/VertxTracer<**>;Lio/vertx/core/impl/WorkerPool;Lio/vertx/core/impl/WorkerPool;Lio/vertx/core/impl/Deployment;Lio/vertx/core/impl/CloseHooks;Ljava/lang/ClassLoader;)V
    MethodParameters:
                      Name  Flags
      vertx                 
      tracer                
      internalBlockingPool  
      workerPool            
      deployment            
      closeHooks            
      tccl                  

  void runOnContext(io.vertx.core.impl.AbstractContext, io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/impl/AbstractContext;Lio/vertx/core/Handler;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // io.vertx.core.impl.WorkerContext this
        start local 1 // io.vertx.core.impl.AbstractContext ctx
        start local 2 // io.vertx.core.Handler action
         0: .line 41
            aload 1 /* ctx */
            instanceof io.vertx.core.impl.DuplicatedContext
            ifeq 3
         1: .line 42
            aload 1 /* ctx */
            checkcast io.vertx.core.impl.DuplicatedContext
            invokevirtual io.vertx.core.impl.DuplicatedContext.orderedTasks:()Lio/vertx/core/impl/TaskQueue;
            astore 3 /* orderedTasks */
        start local 3 // io.vertx.core.impl.TaskQueue orderedTasks
         2: .line 43
            goto 4
        end local 3 // io.vertx.core.impl.TaskQueue orderedTasks
         3: .line 44
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.impl.WorkerContext.orderedTasks:Lio/vertx/core/impl/TaskQueue;
            astore 3 /* orderedTasks */
        start local 3 // io.vertx.core.impl.TaskQueue orderedTasks
         4: .line 46
      StackMap locals: io.vertx.core.impl.TaskQueue
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ctx */
            aload 3 /* orderedTasks */
            aconst_null
            aload 2 /* action */
            invokevirtual io.vertx.core.impl.WorkerContext.run:(Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/impl/TaskQueue;Ljava/lang/Object;Lio/vertx/core/Handler;)V
        end local 3 // io.vertx.core.impl.TaskQueue orderedTasks
         5: .line 47
            goto 7
      StackMap locals: io.vertx.core.impl.WorkerContext io.vertx.core.impl.AbstractContext io.vertx.core.Handler
      StackMap stack: java.util.concurrent.RejectedExecutionException
         6: pop
         7: .line 50
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.Handler action
        end local 1 // io.vertx.core.impl.AbstractContext ctx
        end local 0 // io.vertx.core.impl.WorkerContext this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lio/vertx/core/impl/WorkerContext;
            0    8     1           ctx  Lio/vertx/core/impl/AbstractContext;
            0    8     2        action  Lio/vertx/core/Handler<Ljava/lang/Void;>;
            2    3     3  orderedTasks  Lio/vertx/core/impl/TaskQueue;
            4    5     3  orderedTasks  Lio/vertx/core/impl/TaskQueue;
      Exception table:
        from    to  target  type
           0     5       6  Class java.util.concurrent.RejectedExecutionException
    Signature: (Lio/vertx/core/impl/AbstractContext;Lio/vertx/core/Handler<Ljava/lang/Void;>;)V
    MethodParameters:
        Name  Flags
      ctx     
      action  

  <T> void execute(io.vertx.core.impl.AbstractContext, T, io.vertx.core.Handler<T>);
    descriptor: (Lio/vertx/core/impl/AbstractContext;Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.vertx.core.impl.WorkerContext this
        start local 1 // io.vertx.core.impl.AbstractContext ctx
        start local 2 // java.lang.Object argument
        start local 3 // io.vertx.core.Handler task
         0: .line 61
            aload 1 /* ctx */
            instanceof io.vertx.core.impl.DuplicatedContext
            ifeq 3
         1: .line 62
            aload 1 /* ctx */
            checkcast io.vertx.core.impl.DuplicatedContext
            invokevirtual io.vertx.core.impl.DuplicatedContext.orderedTasks:()Lio/vertx/core/impl/TaskQueue;
            astore 4 /* orderedTasks */
        start local 4 // io.vertx.core.impl.TaskQueue orderedTasks
         2: .line 63
            goto 4
        end local 4 // io.vertx.core.impl.TaskQueue orderedTasks
         3: .line 64
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.impl.WorkerContext.orderedTasks:Lio/vertx/core/impl/TaskQueue;
            astore 4 /* orderedTasks */
        start local 4 // io.vertx.core.impl.TaskQueue orderedTasks
         4: .line 66
      StackMap locals: io.vertx.core.impl.TaskQueue
      StackMap stack:
            aload 0 /* this */
            aload 4 /* orderedTasks */
            aload 2 /* argument */
            aload 3 /* task */
            invokevirtual io.vertx.core.impl.WorkerContext.execute:(Lio/vertx/core/impl/TaskQueue;Ljava/lang/Object;Lio/vertx/core/Handler;)V
         5: .line 67
            return
        end local 4 // io.vertx.core.impl.TaskQueue orderedTasks
        end local 3 // io.vertx.core.Handler task
        end local 2 // java.lang.Object argument
        end local 1 // io.vertx.core.impl.AbstractContext ctx
        end local 0 // io.vertx.core.impl.WorkerContext this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lio/vertx/core/impl/WorkerContext;
            0    6     1           ctx  Lio/vertx/core/impl/AbstractContext;
            0    6     2      argument  TT;
            0    6     3          task  Lio/vertx/core/Handler<TT;>;
            2    3     4  orderedTasks  Lio/vertx/core/impl/TaskQueue;
            4    6     4  orderedTasks  Lio/vertx/core/impl/TaskQueue;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/impl/AbstractContext;TT;Lio/vertx/core/Handler<TT;>;)V
    MethodParameters:
          Name  Flags
      ctx       
      argument  
      task      

  <T> void emit(io.vertx.core.impl.AbstractContext, T, io.vertx.core.Handler<T>);
    descriptor: (Lio/vertx/core/impl/AbstractContext;Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // io.vertx.core.impl.WorkerContext this
        start local 1 // io.vertx.core.impl.AbstractContext ctx
        start local 2 // java.lang.Object argument
        start local 3 // io.vertx.core.Handler task
         0: .line 72
            aload 1 /* ctx */
            instanceof io.vertx.core.impl.DuplicatedContext
            ifeq 3
         1: .line 73
            aload 1 /* ctx */
            checkcast io.vertx.core.impl.DuplicatedContext
            invokevirtual io.vertx.core.impl.DuplicatedContext.orderedTasks:()Lio/vertx/core/impl/TaskQueue;
            astore 4 /* orderedTasks */
        start local 4 // io.vertx.core.impl.TaskQueue orderedTasks
         2: .line 74
            goto 4
        end local 4 // io.vertx.core.impl.TaskQueue orderedTasks
         3: .line 75
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.impl.WorkerContext.orderedTasks:Lio/vertx/core/impl/TaskQueue;
            astore 4 /* orderedTasks */
        start local 4 // io.vertx.core.impl.TaskQueue orderedTasks
         4: .line 77
      StackMap locals: io.vertx.core.impl.TaskQueue
      StackMap stack:
            aload 0 /* this */
            aload 4 /* orderedTasks */
            aload 2 /* argument */
            aload 1 /* ctx */
            aload 3 /* task */
            invokedynamic handle(Lio/vertx/core/impl/AbstractContext;Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/core/impl/WorkerContext.lambda$0(Lio/vertx/core/impl/AbstractContext;Lio/vertx/core/Handler;Ljava/lang/Object;)V (6)
                  (Ljava/lang/Object;)V
            invokevirtual io.vertx.core.impl.WorkerContext.execute:(Lio/vertx/core/impl/TaskQueue;Ljava/lang/Object;Lio/vertx/core/Handler;)V
         5: .line 80
            return
        end local 4 // io.vertx.core.impl.TaskQueue orderedTasks
        end local 3 // io.vertx.core.Handler task
        end local 2 // java.lang.Object argument
        end local 1 // io.vertx.core.impl.AbstractContext ctx
        end local 0 // io.vertx.core.impl.WorkerContext this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lio/vertx/core/impl/WorkerContext;
            0    6     1           ctx  Lio/vertx/core/impl/AbstractContext;
            0    6     2      argument  TT;
            0    6     3          task  Lio/vertx/core/Handler<TT;>;
            2    3     4  orderedTasks  Lio/vertx/core/impl/TaskQueue;
            4    6     4  orderedTasks  Lio/vertx/core/impl/TaskQueue;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/impl/AbstractContext;TT;Lio/vertx/core/Handler<TT;>;)V
    MethodParameters:
          Name  Flags
      ctx       
      argument  
      task      

  <T> void execute(io.vertx.core.impl.AbstractContext, java.lang.Runnable);
    descriptor: (Lio/vertx/core/impl/AbstractContext;Ljava/lang/Runnable;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.core.impl.WorkerContext this
        start local 1 // io.vertx.core.impl.AbstractContext ctx
        start local 2 // java.lang.Runnable task
         0: .line 84
            aload 0 /* this */
            aload 0 /* this */
            aload 2 /* task */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  java/lang/Runnable.run()V (9 itf)
                  (Ljava/lang/Runnable;)V
            invokevirtual io.vertx.core.impl.WorkerContext.execute:(Lio/vertx/core/impl/AbstractContext;Ljava/lang/Object;Lio/vertx/core/Handler;)V
         1: .line 85
            return
        end local 2 // java.lang.Runnable task
        end local 1 // io.vertx.core.impl.AbstractContext ctx
        end local 0 // io.vertx.core.impl.WorkerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/impl/WorkerContext;
            0    2     1   ctx  Lio/vertx/core/impl/AbstractContext;
            0    2     2  task  Ljava/lang/Runnable;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/impl/AbstractContext;Ljava/lang/Runnable;)V
    MethodParameters:
      Name  Flags
      ctx   
      task  

  public boolean isEventLoopContext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.WorkerContext this
         0: .line 89
            iconst_0
            ireturn
        end local 0 // io.vertx.core.impl.WorkerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/WorkerContext;

  private <T> void run(io.vertx.core.impl.ContextInternal, io.vertx.core.impl.TaskQueue, T, io.vertx.core.Handler<T>);
    descriptor: (Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/impl/TaskQueue;Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=7, args_size=5
        start local 0 // io.vertx.core.impl.WorkerContext this
        start local 1 // io.vertx.core.impl.ContextInternal ctx
        start local 2 // io.vertx.core.impl.TaskQueue queue
        start local 3 // java.lang.Object value
        start local 4 // io.vertx.core.Handler task
         0: .line 93
            aload 4 /* task */
            ldc "Task handler must not be null"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 94
            aload 0 /* this */
            getfield io.vertx.core.impl.WorkerContext.workerPool:Lio/vertx/core/impl/WorkerPool;
            invokevirtual io.vertx.core.impl.WorkerPool.metrics:()Lio/vertx/core/spi/metrics/PoolMetrics;
            astore 5 /* metrics */
        start local 5 // io.vertx.core.spi.metrics.PoolMetrics metrics
         2: .line 95
            aload 5 /* metrics */
            ifnull 3
            aload 5 /* metrics */
            invokeinterface io.vertx.core.spi.metrics.PoolMetrics.submitted:()Ljava/lang/Object;
            goto 4
      StackMap locals: io.vertx.core.spi.metrics.PoolMetrics
      StackMap stack:
         3: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Object
         4: astore 6 /* queueMetric */
        start local 6 // java.lang.Object queueMetric
         5: .line 96
            aload 2 /* queue */
            aload 5 /* metrics */
            aload 6 /* queueMetric */
            aload 1 /* ctx */
            aload 3 /* value */
            aload 4 /* task */
            invokedynamic run(Lio/vertx/core/spi/metrics/PoolMetrics;Ljava/lang/Object;Lio/vertx/core/impl/ContextInternal;Ljava/lang/Object;Lio/vertx/core/Handler;)Ljava/lang/Runnable;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()V
                  io/vertx/core/impl/WorkerContext.lambda$2(Lio/vertx/core/spi/metrics/PoolMetrics;Ljava/lang/Object;Lio/vertx/core/impl/ContextInternal;Ljava/lang/Object;Lio/vertx/core/Handler;)V (6)
                  ()V
         6: .line 108
            aload 0 /* this */
            getfield io.vertx.core.impl.WorkerContext.workerPool:Lio/vertx/core/impl/WorkerPool;
            invokevirtual io.vertx.core.impl.WorkerPool.executor:()Ljava/util/concurrent/ExecutorService;
         7: .line 96
            invokevirtual io.vertx.core.impl.TaskQueue.execute:(Ljava/lang/Runnable;Ljava/util/concurrent/Executor;)V
         8: .line 109
            return
        end local 6 // java.lang.Object queueMetric
        end local 5 // io.vertx.core.spi.metrics.PoolMetrics metrics
        end local 4 // io.vertx.core.Handler task
        end local 3 // java.lang.Object value
        end local 2 // io.vertx.core.impl.TaskQueue queue
        end local 1 // io.vertx.core.impl.ContextInternal ctx
        end local 0 // io.vertx.core.impl.WorkerContext this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lio/vertx/core/impl/WorkerContext;
            0    9     1          ctx  Lio/vertx/core/impl/ContextInternal;
            0    9     2        queue  Lio/vertx/core/impl/TaskQueue;
            0    9     3        value  TT;
            0    9     4         task  Lio/vertx/core/Handler<TT;>;
            2    9     5      metrics  Lio/vertx/core/spi/metrics/PoolMetrics;
            5    9     6  queueMetric  Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/impl/TaskQueue;TT;Lio/vertx/core/Handler<TT;>;)V
    MethodParameters:
       Name  Flags
      ctx    
      queue  
      value  
      task   

  private <T> void execute(io.vertx.core.impl.TaskQueue, T, io.vertx.core.Handler<T>);
    descriptor: (Lio/vertx/core/impl/TaskQueue;Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // io.vertx.core.impl.WorkerContext this
        start local 1 // io.vertx.core.impl.TaskQueue queue
        start local 2 // java.lang.Object argument
        start local 3 // io.vertx.core.Handler task
         0: .line 112
            invokestatic io.vertx.core.Context.isOnWorkerThread:()Z
            ifeq 3
         1: .line 113
            aload 3 /* task */
            aload 2 /* argument */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 114
            goto 10
         3: .line 115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.impl.WorkerContext.workerPool:Lio/vertx/core/impl/WorkerPool;
            invokevirtual io.vertx.core.impl.WorkerPool.metrics:()Lio/vertx/core/spi/metrics/PoolMetrics;
            astore 4 /* metrics */
        start local 4 // io.vertx.core.spi.metrics.PoolMetrics metrics
         4: .line 116
            aload 4 /* metrics */
            ifnull 5
            aload 4 /* metrics */
            invokeinterface io.vertx.core.spi.metrics.PoolMetrics.submitted:()Ljava/lang/Object;
            goto 6
      StackMap locals: io.vertx.core.spi.metrics.PoolMetrics
      StackMap stack:
         5: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Object
         6: astore 5 /* queueMetric */
        start local 5 // java.lang.Object queueMetric
         7: .line 117
            aload 1 /* queue */
            aload 4 /* metrics */
            aload 5 /* queueMetric */
            aload 3 /* task */
            aload 2 /* argument */
            invokedynamic run(Lio/vertx/core/spi/metrics/PoolMetrics;Ljava/lang/Object;Lio/vertx/core/Handler;Ljava/lang/Object;)Ljava/lang/Runnable;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()V
                  io/vertx/core/impl/WorkerContext.lambda$3(Lio/vertx/core/spi/metrics/PoolMetrics;Ljava/lang/Object;Lio/vertx/core/Handler;Ljava/lang/Object;)V (6)
                  ()V
         8: .line 129
            aload 0 /* this */
            getfield io.vertx.core.impl.WorkerContext.workerPool:Lio/vertx/core/impl/WorkerPool;
            invokevirtual io.vertx.core.impl.WorkerPool.executor:()Ljava/util/concurrent/ExecutorService;
         9: .line 117
            invokevirtual io.vertx.core.impl.TaskQueue.execute:(Ljava/lang/Runnable;Ljava/util/concurrent/Executor;)V
        end local 5 // java.lang.Object queueMetric
        end local 4 // io.vertx.core.spi.metrics.PoolMetrics metrics
        10: .line 131
      StackMap locals:
      StackMap stack:
            return
        end local 3 // io.vertx.core.Handler task
        end local 2 // java.lang.Object argument
        end local 1 // io.vertx.core.impl.TaskQueue queue
        end local 0 // io.vertx.core.impl.WorkerContext this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lio/vertx/core/impl/WorkerContext;
            0   11     1        queue  Lio/vertx/core/impl/TaskQueue;
            0   11     2     argument  TT;
            0   11     3         task  Lio/vertx/core/Handler<TT;>;
            4   10     4      metrics  Lio/vertx/core/spi/metrics/PoolMetrics;
            7   10     5  queueMetric  Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/impl/TaskQueue;TT;Lio/vertx/core/Handler<TT;>;)V
    MethodParameters:
          Name  Flags
      queue     
      argument  
      task      

  boolean inThread();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.WorkerContext this
         0: .line 135
            invokestatic io.vertx.core.Context.isOnWorkerThread:()Z
            ireturn
        end local 0 // io.vertx.core.impl.WorkerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/WorkerContext;

  public java.lang.ClassLoader classLoader();
    descriptor: ()Ljava/lang/ClassLoader;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.vertx.core.impl.ContextImpl.classLoader:()Ljava/lang/ClassLoader;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.Future executeBlocking(io.vertx.core.Handler, io.vertx.core.impl.TaskQueue);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/impl/TaskQueue;)Lio/vertx/core/Future;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokespecial io.vertx.core.impl.ContextImpl.executeBlocking:(Lio/vertx/core/Handler;Lio/vertx/core/impl/TaskQueue;)Lio/vertx/core/Future;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.Future executeBlocking(io.vertx.core.Handler, boolean);
    descriptor: (Lio/vertx/core/Handler;Z)Lio/vertx/core/Future;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            iload 2
            invokespecial io.vertx.core.impl.ContextImpl.executeBlocking:(Lio/vertx/core/Handler;Z)Lio/vertx/core/Future;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.Future executeBlocking(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/Future;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial io.vertx.core.impl.ContextImpl.executeBlocking:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void executeBlocking(io.vertx.core.Handler, io.vertx.core.impl.TaskQueue, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokespecial io.vertx.core.impl.ContextImpl.executeBlocking:(Lio/vertx/core/Handler;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void executeBlocking(io.vertx.core.Handler, boolean, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;ZLio/vertx/core/Handler;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            iload 2
            aload 3
            invokespecial io.vertx.core.impl.ContextImpl.executeBlocking:(Lio/vertx/core/Handler;ZLio/vertx/core/Handler;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String deploymentID();
    descriptor: ()Ljava/lang/String;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.vertx.core.impl.ContextImpl.deploymentID:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void execute(java.lang.Runnable);
    descriptor: (Ljava/lang/Runnable;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial io.vertx.core.impl.ContextImpl.execute:(Ljava/lang/Runnable;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.EventLoop nettyEventLoop();
    descriptor: ()Lio/netty/channel/EventLoop;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.vertx.core.impl.ContextImpl.nettyEventLoop:()Lio/netty/channel/EventLoop;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void addCloseHook(io.vertx.core.Closeable);
    descriptor: (Lio/vertx/core/Closeable;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial io.vertx.core.impl.ContextImpl.addCloseHook:(Lio/vertx/core/Closeable;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.json.JsonObject config();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.vertx.core.impl.ContextImpl.config:()Lio/vertx/core/json/JsonObject;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.impl.VertxInternal owner();
    descriptor: ()Lio/vertx/core/impl/VertxInternal;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.vertx.core.impl.ContextImpl.owner:()Lio/vertx/core/impl/VertxInternal;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void emit(java.lang.Object, io.vertx.core.Handler);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokespecial io.vertx.core.impl.ContextImpl.emit:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void emit(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial io.vertx.core.impl.ContextImpl.emit:(Lio/vertx/core/Handler;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.concurrent.ConcurrentMap localContextData();
    descriptor: ()Ljava/util/concurrent/ConcurrentMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.vertx.core.impl.ContextImpl.localContextData:()Ljava/util/concurrent/ConcurrentMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.Handler exceptionHandler();
    descriptor: ()Lio/vertx/core/Handler;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.vertx.core.impl.ContextImpl.exceptionHandler:()Lio/vertx/core/Handler;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.Context exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/Context;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial io.vertx.core.impl.ContextImpl.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/Context;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.impl.future.PromiseInternal promise(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/impl/future/PromiseInternal;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial io.vertx.core.impl.ContextImpl.promise:(Lio/vertx/core/Handler;)Lio/vertx/core/impl/future/PromiseInternal;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.impl.future.PromiseInternal promise();
    descriptor: ()Lio/vertx/core/impl/future/PromiseInternal;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.vertx.core.impl.ContextImpl.promise:()Lio/vertx/core/impl/future/PromiseInternal;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean isWorkerContext();
    descriptor: ()Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.vertx.core.impl.ContextImpl.isWorkerContext:()Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void reportException(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial io.vertx.core.impl.ContextImpl.reportException:(Ljava/lang/Throwable;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.impl.CloseHooks closeHooks();
    descriptor: ()Lio/vertx/core/impl/CloseHooks;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.vertx.core.impl.ContextImpl.closeHooks:()Lio/vertx/core/impl/CloseHooks;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.Future failedFuture(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial io.vertx.core.impl.ContextImpl.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.Future failedFuture(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Lio/vertx/core/Future;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial io.vertx.core.impl.ContextImpl.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean isDeployment();
    descriptor: ()Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.vertx.core.impl.ContextImpl.isDeployment:()Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public long setPeriodic(long, io.vertx.core.Handler);
    descriptor: (JLio/vertx/core/Handler;)J
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=3
         0: .line 1
            aload 0
            lload 1
            aload 3
            invokespecial io.vertx.core.impl.ContextImpl.setPeriodic:(JLio/vertx/core/Handler;)J
            lreturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public long setTimer(long, io.vertx.core.Handler);
    descriptor: (JLio/vertx/core/Handler;)J
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=3
         0: .line 1
            aload 0
            lload 1
            aload 3
            invokespecial io.vertx.core.impl.ContextImpl.setTimer:(JLio/vertx/core/Handler;)J
            lreturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.Future executeBlockingInternal(io.vertx.core.Handler, boolean);
    descriptor: (Lio/vertx/core/Handler;Z)Lio/vertx/core/Future;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            iload 2
            invokespecial io.vertx.core.impl.ContextImpl.executeBlockingInternal:(Lio/vertx/core/Handler;Z)Lio/vertx/core/Future;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.Future executeBlockingInternal(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/Future;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial io.vertx.core.impl.ContextImpl.executeBlockingInternal:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void executeBlockingInternal(io.vertx.core.Handler, boolean, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;ZLio/vertx/core/Handler;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            iload 2
            aload 3
            invokespecial io.vertx.core.impl.ContextImpl.executeBlockingInternal:(Lio/vertx/core/Handler;ZLio/vertx/core/Handler;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public int getInstanceCount();
    descriptor: ()I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.vertx.core.impl.ContextImpl.getInstanceCount:()I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.impl.WorkerPool workerPool();
    descriptor: ()Lio/vertx/core/impl/WorkerPool;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.vertx.core.impl.ContextImpl.workerPool:()Lio/vertx/core/impl/WorkerPool;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.Future succeededFuture(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/vertx/core/Future;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial io.vertx.core.impl.ContextImpl.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.Future succeededFuture();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.vertx.core.impl.ContextImpl.succeededFuture:()Lio/vertx/core/Future;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.concurrent.ConcurrentMap contextData();
    descriptor: ()Ljava/util/concurrent/ConcurrentMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.vertx.core.impl.ContextImpl.contextData:()Ljava/util/concurrent/ConcurrentMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.impl.Deployment getDeployment();
    descriptor: ()Lio/vertx/core/impl/Deployment;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.vertx.core.impl.ContextImpl.getDeployment:()Lio/vertx/core/impl/Deployment;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.spi.tracing.VertxTracer tracer();
    descriptor: ()Lio/vertx/core/spi/tracing/VertxTracer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.vertx.core.impl.ContextImpl.tracer:()Lio/vertx/core/spi/tracing/VertxTracer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void removeCloseHook(io.vertx.core.Closeable);
    descriptor: (Lio/vertx/core/Closeable;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial io.vertx.core.impl.ContextImpl.removeCloseHook:(Lio/vertx/core/Closeable;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static void lambda$0(io.vertx.core.impl.AbstractContext, io.vertx.core.Handler, java.lang.Object);
    descriptor: (Lio/vertx/core/impl/AbstractContext;Lio/vertx/core/Handler;Ljava/lang/Object;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 2 // java.lang.Object arg
         0: .line 78
            aload 0
            aload 2 /* arg */
            aload 1
            invokevirtual io.vertx.core.impl.AbstractContext.dispatch:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
         1: .line 79
            return
        end local 2 // java.lang.Object arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     2   arg  TT;

  private static void lambda$2(io.vertx.core.spi.metrics.PoolMetrics, java.lang.Object, io.vertx.core.impl.ContextInternal, java.lang.Object, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/spi/metrics/PoolMetrics;Ljava/lang/Object;Lio/vertx/core/impl/ContextInternal;Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=7, args_size=5
         0: .line 97
            aconst_null
            astore 5 /* execMetric */
        start local 5 // java.lang.Object execMetric
         1: .line 98
            aload 0
            ifnull 3
         2: .line 99
            aload 0
            aload 1
            invokeinterface io.vertx.core.spi.metrics.PoolMetrics.begin:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 5 /* execMetric */
         3: .line 102
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2
            aload 3
            aload 4
            invokeinterface io.vertx.core.impl.ContextInternal.dispatch:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
         4: .line 103
            goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 6
         6: .line 104
            aload 0
            ifnull 8
         7: .line 105
            aload 0
            aload 5 /* execMetric */
            iconst_1
            invokeinterface io.vertx.core.spi.metrics.PoolMetrics.end:(Ljava/lang/Object;Z)V
         8: .line 107
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 6
            athrow
         9: .line 104
      StackMap locals:
      StackMap stack:
            aload 0
            ifnull 11
        10: .line 105
            aload 0
            aload 5 /* execMetric */
            iconst_1
            invokeinterface io.vertx.core.spi.metrics.PoolMetrics.end:(Ljava/lang/Object;Z)V
        end local 5 // java.lang.Object execMetric
        11: .line 108
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            1   11     5  execMetric  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           3     5       5  any

  private static void lambda$3(io.vertx.core.spi.metrics.PoolMetrics, java.lang.Object, io.vertx.core.Handler, java.lang.Object);
    descriptor: (Lio/vertx/core/spi/metrics/PoolMetrics;Ljava/lang/Object;Lio/vertx/core/Handler;Ljava/lang/Object;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=6, args_size=4
         0: .line 118
            aconst_null
            astore 4 /* execMetric */
        start local 4 // java.lang.Object execMetric
         1: .line 119
            aload 0
            ifnull 3
         2: .line 120
            aload 0
            aload 1
            invokeinterface io.vertx.core.spi.metrics.PoolMetrics.begin:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 4 /* execMetric */
         3: .line 123
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2
            aload 3
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         4: .line 124
            goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 5
         6: .line 125
            aload 0
            ifnull 8
         7: .line 126
            aload 0
            aload 4 /* execMetric */
            iconst_1
            invokeinterface io.vertx.core.spi.metrics.PoolMetrics.end:(Ljava/lang/Object;Z)V
         8: .line 128
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 5
            athrow
         9: .line 125
      StackMap locals:
      StackMap stack:
            aload 0
            ifnull 11
        10: .line 126
            aload 0
            aload 4 /* execMetric */
            iconst_1
            invokeinterface io.vertx.core.spi.metrics.PoolMetrics.end:(Ljava/lang/Object;Z)V
        end local 4 // java.lang.Object execMetric
        11: .line 129
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            1   11     4  execMetric  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           3     5       5  any
}
SourceFile: "WorkerContext.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles