public class io.vertx.ext.asyncsql.impl.VertxEventLoopExecutionContext implements scala.concurrent.ExecutionContext
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.asyncsql.impl.VertxEventLoopExecutionContext
  super_class: java.lang.Object
{
  private final io.vertx.core.Context context;
    descriptor: Lio/vertx/core/Context;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public static scala.concurrent.ExecutionContext create(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)Lscala/concurrent/ExecutionContext;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.Vertx vertx
         0: .line 34
            new io.vertx.ext.asyncsql.impl.VertxEventLoopExecutionContext
            dup
            aload 0 /* vertx */
            invokespecial io.vertx.ext.asyncsql.impl.VertxEventLoopExecutionContext.<init>:(Lio/vertx/core/Vertx;)V
            areturn
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  private void <init>(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.ext.asyncsql.impl.VertxEventLoopExecutionContext this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 40
            aload 1 /* vertx */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 41
            invokestatic io.vertx.core.Vertx.currentContext:()Lio/vertx/core/Context;
            astore 2 /* ctx */
        start local 2 // io.vertx.core.Context ctx
         3: .line 42
            aload 2 /* ctx */
            ifnonnull 5
         4: .line 43
            aload 1 /* vertx */
            invokeinterface io.vertx.core.Vertx.getOrCreateContext:()Lio/vertx/core/Context;
            astore 2 /* ctx */
         5: .line 45
      StackMap locals: io.vertx.ext.asyncsql.impl.VertxEventLoopExecutionContext io.vertx.core.Vertx io.vertx.core.Context
      StackMap stack:
            aload 0 /* this */
            aload 2 /* ctx */
            putfield io.vertx.ext.asyncsql.impl.VertxEventLoopExecutionContext.context:Lio/vertx/core/Context;
         6: .line 46
            return
        end local 2 // io.vertx.core.Context ctx
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.ext.asyncsql.impl.VertxEventLoopExecutionContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lio/vertx/ext/asyncsql/impl/VertxEventLoopExecutionContext;
            0    7     1  vertx  Lio/vertx/core/Vertx;
            3    7     2    ctx  Lio/vertx/core/Context;
    MethodParameters:
       Name  Flags
      vertx  

  public void execute(java.lang.Runnable);
    descriptor: (Ljava/lang/Runnable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.ext.asyncsql.impl.VertxEventLoopExecutionContext this
        start local 1 // java.lang.Runnable runnable
         0: .line 50
            aload 0 /* this */
            getfield io.vertx.ext.asyncsql.impl.VertxEventLoopExecutionContext.context:Lio/vertx/core/Context;
            invokestatic io.vertx.core.Vertx.currentContext:()Lio/vertx/core/Context;
            if_acmpne 6
         1: .line 52
            aload 1 /* runnable */
            invokeinterface java.lang.Runnable.run:()V
         2: .line 53
            goto 7
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 2 /* e */
        start local 2 // java.lang.Throwable e
         4: .line 54
            aload 0 /* this */
            aload 2 /* e */
            invokevirtual io.vertx.ext.asyncsql.impl.VertxEventLoopExecutionContext.reportFailure:(Ljava/lang/Throwable;)V
        end local 2 // java.lang.Throwable e
         5: .line 56
            goto 7
         6: .line 57
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.asyncsql.impl.VertxEventLoopExecutionContext.context:Lio/vertx/core/Context;
            aload 0 /* this */
            aload 1 /* runnable */
            invokedynamic handle(Lio/vertx/ext/asyncsql/impl/VertxEventLoopExecutionContext;Ljava/lang/Runnable;)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/ext/asyncsql/impl/VertxEventLoopExecutionContext.lambda$0(Ljava/lang/Runnable;Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
         7: .line 65
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Runnable runnable
        end local 0 // io.vertx.ext.asyncsql.impl.VertxEventLoopExecutionContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lio/vertx/ext/asyncsql/impl/VertxEventLoopExecutionContext;
            0    8     1  runnable  Ljava/lang/Runnable;
            4    5     2         e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Throwable
    MethodParameters:
          Name  Flags
      runnable  

  public void reportFailure(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.ext.asyncsql.impl.VertxEventLoopExecutionContext this
        start local 1 // java.lang.Throwable cause
         0: .line 69
            aload 0 /* this */
            getfield io.vertx.ext.asyncsql.impl.VertxEventLoopExecutionContext.context:Lio/vertx/core/Context;
            invokeinterface io.vertx.core.Context.exceptionHandler:()Lio/vertx/core/Handler;
            astore 2 /* exceptionHandler */
        start local 2 // io.vertx.core.Handler exceptionHandler
         1: .line 70
            aload 2 /* exceptionHandler */
            ifnull 3
         2: .line 71
            aload 2 /* exceptionHandler */
            aload 1 /* cause */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         3: .line 73
      StackMap locals: io.vertx.core.Handler
      StackMap stack:
            return
        end local 2 // io.vertx.core.Handler exceptionHandler
        end local 1 // java.lang.Throwable cause
        end local 0 // io.vertx.ext.asyncsql.impl.VertxEventLoopExecutionContext this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lio/vertx/ext/asyncsql/impl/VertxEventLoopExecutionContext;
            0    4     1             cause  Ljava/lang/Throwable;
            1    4     2  exceptionHandler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    MethodParameters:
       Name  Flags
      cause  

  public scala.concurrent.ExecutionContext prepare();
    descriptor: ()Lscala/concurrent/ExecutionContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.asyncsql.impl.VertxEventLoopExecutionContext this
         0: .line 78
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.ext.asyncsql.impl.VertxEventLoopExecutionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/asyncsql/impl/VertxEventLoopExecutionContext;

  private void lambda$0(java.lang.Runnable, java.lang.Void);
    descriptor: (Ljava/lang/Runnable;Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // io.vertx.ext.asyncsql.impl.VertxEventLoopExecutionContext this
        start local 2 // java.lang.Void v
         0: .line 59
            aload 1
            invokeinterface java.lang.Runnable.run:()V
         1: .line 60
            goto 4
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 3 /* e */
        start local 3 // java.lang.Throwable e
         3: .line 61
            aload 0 /* this */
            aload 3 /* e */
            invokevirtual io.vertx.ext.asyncsql.impl.VertxEventLoopExecutionContext.reportFailure:(Ljava/lang/Throwable;)V
        end local 3 // java.lang.Throwable e
         4: .line 63
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Void v
        end local 0 // io.vertx.ext.asyncsql.impl.VertxEventLoopExecutionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/ext/asyncsql/impl/VertxEventLoopExecutionContext;
            0    5     2     v  Ljava/lang/Void;
            3    4     3     e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable
}
SourceFile: "VertxEventLoopExecutionContext.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles