public class io.vertx.reactivex.ContextScheduler extends io.reactivex.Scheduler
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.reactivex.ContextScheduler
  super_class: io.reactivex.Scheduler
{
  private final io.vertx.core.Vertx vertx;
    descriptor: Lio/vertx/core/Vertx;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean blocking;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean ordered;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.Context context;
    descriptor: Lio/vertx/core/Context;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.WorkerExecutor workerExecutor;
    descriptor: Lio/vertx/core/WorkerExecutor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final java.lang.Object DUMB;
    descriptor: Ljava/lang/Object;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 87
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            putstatic io.vertx.reactivex.ContextScheduler.DUMB:Ljava/lang/Object;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(io.vertx.core.Context, boolean);
    descriptor: (Lio/vertx/core/Context;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ContextScheduler this
        start local 1 // io.vertx.core.Context context
        start local 2 // boolean blocking
         0: .line 46
            aload 0 /* this */
            aload 1 /* context */
            iload 2 /* blocking */
            iconst_1
            invokespecial io.vertx.reactivex.ContextScheduler.<init>:(Lio/vertx/core/Context;ZZ)V
         1: .line 47
            return
        end local 2 // boolean blocking
        end local 1 // io.vertx.core.Context context
        end local 0 // io.vertx.reactivex.ContextScheduler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ContextScheduler;
            0    2     1   context  Lio/vertx/core/Context;
            0    2     2  blocking  Z
    MethodParameters:
          Name  Flags
      context   
      blocking  

  public void <init>(io.vertx.core.Context, boolean, boolean);
    descriptor: (Lio/vertx/core/Context;ZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ContextScheduler this
        start local 1 // io.vertx.core.Context context
        start local 2 // boolean blocking
        start local 3 // boolean ordered
         0: .line 49
            aload 0 /* this */
            invokespecial io.reactivex.Scheduler.<init>:()V
         1: .line 50
            aload 0 /* this */
            aload 1 /* context */
            invokeinterface io.vertx.core.Context.owner:()Lio/vertx/core/Vertx;
            putfield io.vertx.reactivex.ContextScheduler.vertx:Lio/vertx/core/Vertx;
         2: .line 51
            aload 0 /* this */
            aload 1 /* context */
            putfield io.vertx.reactivex.ContextScheduler.context:Lio/vertx/core/Context;
         3: .line 52
            aload 0 /* this */
            iload 2 /* blocking */
            putfield io.vertx.reactivex.ContextScheduler.blocking:Z
         4: .line 53
            aload 0 /* this */
            iload 3 /* ordered */
            putfield io.vertx.reactivex.ContextScheduler.ordered:Z
         5: .line 54
            aload 0 /* this */
            aconst_null
            putfield io.vertx.reactivex.ContextScheduler.workerExecutor:Lio/vertx/core/WorkerExecutor;
         6: .line 55
            return
        end local 3 // boolean ordered
        end local 2 // boolean blocking
        end local 1 // io.vertx.core.Context context
        end local 0 // io.vertx.reactivex.ContextScheduler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lio/vertx/reactivex/ContextScheduler;
            0    7     1   context  Lio/vertx/core/Context;
            0    7     2  blocking  Z
            0    7     3   ordered  Z
    MethodParameters:
          Name  Flags
      context   
      blocking  
      ordered   

  public void <init>(io.vertx.core.Vertx, boolean);
    descriptor: (Lio/vertx/core/Vertx;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ContextScheduler this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // boolean blocking
         0: .line 58
            aload 0 /* this */
            aload 1 /* vertx */
            iload 2 /* blocking */
            iconst_1
            invokespecial io.vertx.reactivex.ContextScheduler.<init>:(Lio/vertx/core/Vertx;ZZ)V
         1: .line 59
            return
        end local 2 // boolean blocking
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.reactivex.ContextScheduler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ContextScheduler;
            0    2     1     vertx  Lio/vertx/core/Vertx;
            0    2     2  blocking  Z
    MethodParameters:
          Name  Flags
      vertx     
      blocking  

  public void <init>(io.vertx.core.Vertx, boolean, boolean);
    descriptor: (Lio/vertx/core/Vertx;ZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ContextScheduler this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // boolean blocking
        start local 3 // boolean ordered
         0: .line 61
            aload 0 /* this */
            invokespecial io.reactivex.Scheduler.<init>:()V
         1: .line 62
            aload 0 /* this */
            aload 1 /* vertx */
            putfield io.vertx.reactivex.ContextScheduler.vertx:Lio/vertx/core/Vertx;
         2: .line 63
            aload 0 /* this */
            aconst_null
            putfield io.vertx.reactivex.ContextScheduler.context:Lio/vertx/core/Context;
         3: .line 64
            aload 0 /* this */
            iload 2 /* blocking */
            putfield io.vertx.reactivex.ContextScheduler.blocking:Z
         4: .line 65
            aload 0 /* this */
            iload 3 /* ordered */
            putfield io.vertx.reactivex.ContextScheduler.ordered:Z
         5: .line 66
            aload 0 /* this */
            aconst_null
            putfield io.vertx.reactivex.ContextScheduler.workerExecutor:Lio/vertx/core/WorkerExecutor;
         6: .line 67
            return
        end local 3 // boolean ordered
        end local 2 // boolean blocking
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.reactivex.ContextScheduler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lio/vertx/reactivex/ContextScheduler;
            0    7     1     vertx  Lio/vertx/core/Vertx;
            0    7     2  blocking  Z
            0    7     3   ordered  Z
    MethodParameters:
          Name  Flags
      vertx     
      blocking  
      ordered   

  public void <init>(io.vertx.core.WorkerExecutor);
    descriptor: (Lio/vertx/core/WorkerExecutor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ContextScheduler this
        start local 1 // io.vertx.core.WorkerExecutor workerExecutor
         0: .line 70
            aload 0 /* this */
            aload 1 /* workerExecutor */
            iconst_1
            invokespecial io.vertx.reactivex.ContextScheduler.<init>:(Lio/vertx/core/WorkerExecutor;Z)V
         1: .line 71
            return
        end local 1 // io.vertx.core.WorkerExecutor workerExecutor
        end local 0 // io.vertx.reactivex.ContextScheduler this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/reactivex/ContextScheduler;
            0    2     1  workerExecutor  Lio/vertx/core/WorkerExecutor;
    MethodParameters:
                Name  Flags
      workerExecutor  

  public void <init>(io.vertx.core.WorkerExecutor, boolean);
    descriptor: (Lio/vertx/core/WorkerExecutor;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ContextScheduler this
        start local 1 // io.vertx.core.WorkerExecutor workerExecutor
        start local 2 // boolean ordered
         0: .line 73
            aload 0 /* this */
            invokespecial io.reactivex.Scheduler.<init>:()V
         1: .line 74
            aload 1 /* workerExecutor */
            ldc "workerExecutor is null"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         2: .line 75
            aload 0 /* this */
            aload 1 /* workerExecutor */
            checkcast io.vertx.core.impl.WorkerExecutorInternal
            invokeinterface io.vertx.core.impl.WorkerExecutorInternal.vertx:()Lio/vertx/core/Vertx;
            putfield io.vertx.reactivex.ContextScheduler.vertx:Lio/vertx/core/Vertx;
         3: .line 76
            aload 0 /* this */
            aconst_null
            putfield io.vertx.reactivex.ContextScheduler.context:Lio/vertx/core/Context;
         4: .line 77
            aload 0 /* this */
            aload 1 /* workerExecutor */
            putfield io.vertx.reactivex.ContextScheduler.workerExecutor:Lio/vertx/core/WorkerExecutor;
         5: .line 78
            aload 0 /* this */
            iconst_1
            putfield io.vertx.reactivex.ContextScheduler.blocking:Z
         6: .line 79
            aload 0 /* this */
            iload 2 /* ordered */
            putfield io.vertx.reactivex.ContextScheduler.ordered:Z
         7: .line 80
            return
        end local 2 // boolean ordered
        end local 1 // io.vertx.core.WorkerExecutor workerExecutor
        end local 0 // io.vertx.reactivex.ContextScheduler this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    8     0            this  Lio/vertx/reactivex/ContextScheduler;
            0    8     1  workerExecutor  Lio/vertx/core/WorkerExecutor;
            0    8     2         ordered  Z
    MethodParameters:
                Name  Flags
      workerExecutor  
      ordered         

  public io.vertx.reactivex.ContextScheduler$ContextWorker createWorker();
    descriptor: ()Lio/vertx/reactivex/ContextScheduler$ContextWorker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ContextScheduler this
         0: .line 84
            new io.vertx.reactivex.ContextScheduler$ContextWorker
            dup
            aload 0 /* this */
            invokespecial io.vertx.reactivex.ContextScheduler$ContextWorker.<init>:(Lio/vertx/reactivex/ContextScheduler;)V
            areturn
        end local 0 // io.vertx.reactivex.ContextScheduler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ContextScheduler;

  public io.reactivex.Scheduler$Worker createWorker();
    descriptor: ()Lio/reactivex/Scheduler$Worker;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.reactivex.ContextScheduler.createWorker:()Lio/vertx/reactivex/ContextScheduler$ContextWorker;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ContextScheduler.java"
NestMembers:
  io.vertx.reactivex.ContextScheduler$ContextWorker  io.vertx.reactivex.ContextScheduler$ContextWorker$TimedAction
InnerClasses:
  public abstract Worker = io.reactivex.Scheduler$Worker of io.reactivex.Scheduler
  public ContextWorker = io.vertx.reactivex.ContextScheduler$ContextWorker of io.vertx.reactivex.ContextScheduler