class io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction implements io.reactivex.disposables.Disposable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction
  super_class: java.lang.Object
{
  private final io.vertx.core.Context context;
    descriptor: Lio/vertx/core/Context;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private long id;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private final java.lang.Runnable action;
    descriptor: Ljava/lang/Runnable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long periodMillis;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private boolean disposed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  final io.vertx.reactivex.ContextScheduler$ContextWorker this$1;
    descriptor: Lio/vertx/reactivex/ContextScheduler$ContextWorker;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.reactivex.ContextScheduler$ContextWorker, java.lang.Runnable, long);
    descriptor: (Lio/vertx/reactivex/ContextScheduler$ContextWorker;Ljava/lang/Runnable;J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction this
        start local 2 // java.lang.Runnable action
        start local 3 // long periodMillis
         0: .line 143
            aload 0 /* this */
            aload 1
            putfield io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction.this$1:Lio/vertx/reactivex/ContextScheduler$ContextWorker;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 144
            aload 0 /* this */
            aload 1
            invokestatic io.vertx.reactivex.ContextScheduler$ContextWorker.access$0:(Lio/vertx/reactivex/ContextScheduler$ContextWorker;)Lio/vertx/reactivex/ContextScheduler;
            getfield io.vertx.reactivex.ContextScheduler.context:Lio/vertx/core/Context;
            ifnull 2
            aload 1
            invokestatic io.vertx.reactivex.ContextScheduler$ContextWorker.access$0:(Lio/vertx/reactivex/ContextScheduler$ContextWorker;)Lio/vertx/reactivex/ContextScheduler;
            getfield io.vertx.reactivex.ContextScheduler.context:Lio/vertx/core/Context;
            goto 3
      StackMap locals: io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction io.vertx.reactivex.ContextScheduler$ContextWorker java.lang.Runnable long
      StackMap stack: io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction
         2: aload 1
            invokestatic io.vertx.reactivex.ContextScheduler$ContextWorker.access$0:(Lio/vertx/reactivex/ContextScheduler$ContextWorker;)Lio/vertx/reactivex/ContextScheduler;
            getfield io.vertx.reactivex.ContextScheduler.vertx:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.getOrCreateContext:()Lio/vertx/core/Context;
      StackMap locals: io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction io.vertx.reactivex.ContextScheduler$ContextWorker java.lang.Runnable long
      StackMap stack: io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction io.vertx.core.Context
         3: putfield io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction.context:Lio/vertx/core/Context;
         4: .line 145
            aload 0 /* this */
            iconst_0
            putfield io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction.disposed:Z
         5: .line 146
            aload 0 /* this */
            aload 2 /* action */
            putfield io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction.action:Ljava/lang/Runnable;
         6: .line 147
            aload 0 /* this */
            lload 3 /* periodMillis */
            putfield io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction.periodMillis:J
         7: .line 148
            return
        end local 3 // long periodMillis
        end local 2 // java.lang.Runnable action
        end local 0 // io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lio/vertx/reactivex/ContextScheduler$ContextWorker$TimedAction;
            0    8     2        action  Ljava/lang/Runnable;
            0    8     3  periodMillis  J
    MethodParameters:
              Name  Flags
      this$0        final
      action        
      periodMillis  

  private synchronized void schedule(long);
    descriptor: (J)V
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction this
        start local 1 // long delayMillis
         0: .line 151
            lload 1 /* delayMillis */
            lconst_0
            lcmp
            ifle 3
         1: .line 152
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction.this$1:Lio/vertx/reactivex/ContextScheduler$ContextWorker;
            invokestatic io.vertx.reactivex.ContextScheduler$ContextWorker.access$0:(Lio/vertx/reactivex/ContextScheduler$ContextWorker;)Lio/vertx/reactivex/ContextScheduler;
            getfield io.vertx.reactivex.ContextScheduler.vertx:Lio/vertx/core/Vertx;
            lload 1 /* delayMillis */
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/reactivex/ContextScheduler$ContextWorker$TimedAction;)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/reactivex/ContextScheduler$ContextWorker$TimedAction.execute(Ljava/lang/Object;)V (7)
                  (Ljava/lang/Long;)V
            invokeinterface io.vertx.core.Vertx.setTimer:(JLio/vertx/core/Handler;)J
            putfield io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction.id:J
         2: .line 153
            goto 5
         3: .line 154
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc -1
            putfield io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction.id:J
         4: .line 155
            aload 0 /* this */
            aconst_null
            invokevirtual io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction.execute:(Ljava/lang/Object;)V
         5: .line 157
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long delayMillis
        end local 0 // io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lio/vertx/reactivex/ContextScheduler$ContextWorker$TimedAction;
            0    6     1  delayMillis  J
    MethodParameters:
             Name  Flags
      delayMillis  

  private void execute(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction this
        start local 1 // java.lang.Object o
         0: .line 160
            aload 0 /* this */
            getfield io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction.this$1:Lio/vertx/reactivex/ContextScheduler$ContextWorker;
            invokestatic io.vertx.reactivex.ContextScheduler$ContextWorker.access$0:(Lio/vertx/reactivex/ContextScheduler$ContextWorker;)Lio/vertx/reactivex/ContextScheduler;
            getfield io.vertx.reactivex.ContextScheduler.workerExecutor:Lio/vertx/core/WorkerExecutor;
            ifnull 5
         1: .line 161
            aload 0 /* this */
            getfield io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction.this$1:Lio/vertx/reactivex/ContextScheduler$ContextWorker;
            invokestatic io.vertx.reactivex.ContextScheduler$ContextWorker.access$0:(Lio/vertx/reactivex/ContextScheduler$ContextWorker;)Lio/vertx/reactivex/ContextScheduler;
            getfield io.vertx.reactivex.ContextScheduler.workerExecutor:Lio/vertx/core/WorkerExecutor;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/reactivex/ContextScheduler$ContextWorker$TimedAction;)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/reactivex/ContextScheduler$ContextWorker$TimedAction.lambda$1(Lio/vertx/core/Promise;)V (7)
                  (Lio/vertx/core/Promise;)V
         2: .line 164
            aload 0 /* this */
            getfield io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction.this$1:Lio/vertx/reactivex/ContextScheduler$ContextWorker;
            invokestatic io.vertx.reactivex.ContextScheduler$ContextWorker.access$0:(Lio/vertx/reactivex/ContextScheduler$ContextWorker;)Lio/vertx/reactivex/ContextScheduler;
            getfield io.vertx.reactivex.ContextScheduler.ordered:Z
            aconst_null
         3: .line 161
            invokeinterface io.vertx.core.WorkerExecutor.executeBlocking:(Lio/vertx/core/Handler;ZLio/vertx/core/Handler;)V
         4: .line 165
            goto 14
         5: .line 166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction.context:Lio/vertx/core/Context;
            ifnull 6
            aload 0 /* this */
            getfield io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction.context:Lio/vertx/core/Context;
            goto 7
      StackMap locals:
      StackMap stack:
         6: aload 0 /* this */
            getfield io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction.this$1:Lio/vertx/reactivex/ContextScheduler$ContextWorker;
            invokestatic io.vertx.reactivex.ContextScheduler$ContextWorker.access$0:(Lio/vertx/reactivex/ContextScheduler$ContextWorker;)Lio/vertx/reactivex/ContextScheduler;
            getfield io.vertx.reactivex.ContextScheduler.vertx:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.getOrCreateContext:()Lio/vertx/core/Context;
      StackMap locals:
      StackMap stack: io.vertx.core.Context
         7: astore 2 /* ctx */
        start local 2 // io.vertx.core.Context ctx
         8: .line 167
            aload 0 /* this */
            getfield io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction.this$1:Lio/vertx/reactivex/ContextScheduler$ContextWorker;
            invokestatic io.vertx.reactivex.ContextScheduler$ContextWorker.access$0:(Lio/vertx/reactivex/ContextScheduler$ContextWorker;)Lio/vertx/reactivex/ContextScheduler;
            getfield io.vertx.reactivex.ContextScheduler.blocking:Z
            ifeq 13
         9: .line 168
            aload 2 /* ctx */
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/reactivex/ContextScheduler$ContextWorker$TimedAction;)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/reactivex/ContextScheduler$ContextWorker$TimedAction.lambda$2(Lio/vertx/core/Promise;)V (7)
                  (Lio/vertx/core/Promise;)V
        10: .line 171
            aload 0 /* this */
            getfield io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction.this$1:Lio/vertx/reactivex/ContextScheduler$ContextWorker;
            invokestatic io.vertx.reactivex.ContextScheduler$ContextWorker.access$0:(Lio/vertx/reactivex/ContextScheduler$ContextWorker;)Lio/vertx/reactivex/ContextScheduler;
            getfield io.vertx.reactivex.ContextScheduler.ordered:Z
            aconst_null
        11: .line 168
            invokeinterface io.vertx.core.Context.executeBlocking:(Lio/vertx/core/Handler;ZLio/vertx/core/Handler;)V
        12: .line 172
            goto 14
        13: .line 173
      StackMap locals: io.vertx.core.Context
      StackMap stack:
            aload 2 /* ctx */
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/reactivex/ContextScheduler$ContextWorker$TimedAction;)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/reactivex/ContextScheduler$ContextWorker$TimedAction.run(Ljava/lang/Object;)V (7)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
        end local 2 // io.vertx.core.Context ctx
        14: .line 176
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lio/vertx/reactivex/ContextScheduler$ContextWorker$TimedAction;
            0   15     1     o  Ljava/lang/Object;
            8   14     2   ctx  Lio/vertx/core/Context;
    MethodParameters:
      Name  Flags
      o     

  private void run(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction this
        start local 1 // java.lang.Object arg
         0: .line 179
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         1: .line 180
            aload 0 /* this */
            getfield io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction.disposed:Z
            ifeq 4
         2: .line 181
            aload 2
            monitorexit
         3: return
         4: .line 179
      StackMap locals: io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction
      StackMap stack:
            aload 2
            monitorexit
         5: goto 8
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: aload 2
            monitorexit
         7: athrow
         8: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction.action:Ljava/lang/Runnable;
            invokeinterface java.lang.Runnable.run:()V
         9: .line 185
            aload 0 /* this */
            dup
            astore 2
            monitorenter
        10: .line 186
            aload 0 /* this */
            getfield io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction.disposed:Z
            ifne 16
        11: .line 187
            aload 0 /* this */
            getfield io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction.periodMillis:J
            lconst_0
            lcmp
            ifle 14
        12: .line 188
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction.periodMillis:J
            invokevirtual io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction.schedule:(J)V
        13: .line 189
            goto 16
        14: .line 190
      StackMap locals: io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction.disposed:Z
        15: .line 191
            aload 0 /* this */
            getfield io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction.this$1:Lio/vertx/reactivex/ContextScheduler$ContextWorker;
            getfield io.vertx.reactivex.ContextScheduler$ContextWorker.actions:Ljava/util/concurrent/ConcurrentHashMap;
            aload 0 /* this */
            invokevirtual java.util.concurrent.ConcurrentHashMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        16: .line 185
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
        17: goto 20
      StackMap locals:
      StackMap stack: java.lang.Throwable
        18: aload 2
            monitorexit
        19: athrow
        20: .line 195
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object arg
        end local 0 // io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0  this  Lio/vertx/reactivex/ContextScheduler$ContextWorker$TimedAction;
            0   21     1   arg  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           1     3       6  any
           4     5       6  any
           6     7       6  any
          10    17      18  any
          18    19      18  any
    MethodParameters:
      Name  Flags
      arg   

  public synchronized void dispose();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction this
         0: .line 199
            aload 0 /* this */
            getfield io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction.disposed:Z
            ifne 5
         1: .line 200
            aload 0 /* this */
            getfield io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction.this$1:Lio/vertx/reactivex/ContextScheduler$ContextWorker;
            getfield io.vertx.reactivex.ContextScheduler$ContextWorker.actions:Ljava/util/concurrent/ConcurrentHashMap;
            aload 0 /* this */
            invokevirtual java.util.concurrent.ConcurrentHashMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 201
            aload 0 /* this */
            getfield io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction.id:J
            lconst_0
            lcmp
            ifle 4
         3: .line 202
            aload 0 /* this */
            getfield io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction.this$1:Lio/vertx/reactivex/ContextScheduler$ContextWorker;
            invokestatic io.vertx.reactivex.ContextScheduler$ContextWorker.access$0:(Lio/vertx/reactivex/ContextScheduler$ContextWorker;)Lio/vertx/reactivex/ContextScheduler;
            getfield io.vertx.reactivex.ContextScheduler.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            getfield io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction.id:J
            invokeinterface io.vertx.core.Vertx.cancelTimer:(J)Z
            pop
         4: .line 204
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction.disposed:Z
         5: .line 206
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/reactivex/ContextScheduler$ContextWorker$TimedAction;

  public synchronized boolean isDisposed();
    descriptor: ()Z
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction this
         0: .line 210
            aload 0 /* this */
            getfield io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction.disposed:Z
            ireturn
        end local 0 // io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ContextScheduler$ContextWorker$TimedAction;

  private void lambda$1(io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/Promise;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction this
        start local 1 // io.vertx.core.Promise fut
         0: .line 162
            aload 0 /* this */
            aconst_null
            invokevirtual io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction.run:(Ljava/lang/Object;)V
         1: .line 163
            aload 1 /* fut */
            invokeinterface io.vertx.core.Promise.complete:()V
         2: .line 164
            return
        end local 1 // io.vertx.core.Promise fut
        end local 0 // io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/reactivex/ContextScheduler$ContextWorker$TimedAction;
            0    3     1   fut  Lio/vertx/core/Promise<Ljava/lang/Object;>;

  private void lambda$2(io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/Promise;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction this
        start local 1 // io.vertx.core.Promise fut
         0: .line 169
            aload 0 /* this */
            aconst_null
            invokevirtual io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction.run:(Ljava/lang/Object;)V
         1: .line 170
            aload 1 /* fut */
            invokeinterface io.vertx.core.Promise.complete:()V
         2: .line 171
            return
        end local 1 // io.vertx.core.Promise fut
        end local 0 // io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/reactivex/ContextScheduler$ContextWorker$TimedAction;
            0    3     1   fut  Lio/vertx/core/Promise<Ljava/lang/Object;>;
}
SourceFile: "ContextScheduler.java"
NestHost: io.vertx.reactivex.ContextScheduler
InnerClasses:
  public ContextWorker = io.vertx.reactivex.ContextScheduler$ContextWorker of io.vertx.reactivex.ContextScheduler
  TimedAction = io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction of io.vertx.reactivex.ContextScheduler$ContextWorker
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles