public final class io.vertx.core.net.impl.VertxEventLoopGroup extends io.netty.util.concurrent.AbstractEventExecutorGroup implements io.netty.channel.EventLoopGroup
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.vertx.core.net.impl.VertxEventLoopGroup
  super_class: io.netty.util.concurrent.AbstractEventExecutorGroup
{
  private int pos;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private final java.util.List<io.vertx.core.net.impl.VertxEventLoopGroup$EventLoopHolder> workers;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lio/vertx/core/net/impl/VertxEventLoopGroup$EventLoopHolder;>;

  private final java.util.Set<io.netty.util.concurrent.EventExecutor> children;
    descriptor: Ljava/util/Set;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Set<Lio/netty/util/concurrent/EventExecutor;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.VertxEventLoopGroup this
         0: .line 29
            aload 0 /* this */
            invokespecial io.netty.util.concurrent.AbstractEventExecutorGroup.<init>:()V
         1: .line 32
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.vertx.core.net.impl.VertxEventLoopGroup.workers:Ljava/util/List;
         2: .line 170
            aload 0 /* this */
            new io.vertx.core.net.impl.VertxEventLoopGroup$1
            dup
            aload 0 /* this */
            invokespecial io.vertx.core.net.impl.VertxEventLoopGroup$1.<init>:(Lio/vertx/core/net/impl/VertxEventLoopGroup;)V
            putfield io.vertx.core.net.impl.VertxEventLoopGroup.children:Ljava/util/Set;
         3: .line 29
            return
        end local 0 // io.vertx.core.net.impl.VertxEventLoopGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/core/net/impl/VertxEventLoopGroup;

  public synchronized io.netty.channel.EventLoop next();
    descriptor: ()Lio/netty/channel/EventLoop;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.core.net.impl.VertxEventLoopGroup this
         0: .line 36
            aload 0 /* this */
            getfield io.vertx.core.net.impl.VertxEventLoopGroup.workers:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 2
         1: .line 37
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 39
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.impl.VertxEventLoopGroup.workers:Ljava/util/List;
            aload 0 /* this */
            getfield io.vertx.core.net.impl.VertxEventLoopGroup.pos:I
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast io.vertx.core.net.impl.VertxEventLoopGroup$EventLoopHolder
            getfield io.vertx.core.net.impl.VertxEventLoopGroup$EventLoopHolder.worker:Lio/netty/channel/EventLoop;
            astore 1 /* worker */
        start local 1 // io.netty.channel.EventLoop worker
         3: .line 40
            aload 0 /* this */
            dup
            getfield io.vertx.core.net.impl.VertxEventLoopGroup.pos:I
            iconst_1
            iadd
            putfield io.vertx.core.net.impl.VertxEventLoopGroup.pos:I
         4: .line 41
            aload 0 /* this */
            invokevirtual io.vertx.core.net.impl.VertxEventLoopGroup.checkPos:()V
         5: .line 42
            aload 1 /* worker */
            areturn
        end local 1 // io.netty.channel.EventLoop worker
        end local 0 // io.vertx.core.net.impl.VertxEventLoopGroup this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lio/vertx/core/net/impl/VertxEventLoopGroup;
            3    6     1  worker  Lio/netty/channel/EventLoop;

  public java.util.Iterator<io.netty.util.concurrent.EventExecutor> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.VertxEventLoopGroup this
         0: .line 48
            aload 0 /* this */
            getfield io.vertx.core.net.impl.VertxEventLoopGroup.children:Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            areturn
        end local 0 // io.vertx.core.net.impl.VertxEventLoopGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/VertxEventLoopGroup;
    Signature: ()Ljava/util/Iterator<Lio/netty/util/concurrent/EventExecutor;>;

  public io.netty.channel.ChannelFuture register(io.netty.channel.Channel);
    descriptor: (Lio/netty/channel/Channel;)Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.VertxEventLoopGroup this
        start local 1 // io.netty.channel.Channel channel
         0: .line 53
            aload 0 /* this */
            invokevirtual io.vertx.core.net.impl.VertxEventLoopGroup.next:()Lio/netty/channel/EventLoop;
            aload 1 /* channel */
            invokeinterface io.netty.channel.EventLoop.register:(Lio/netty/channel/Channel;)Lio/netty/channel/ChannelFuture;
            areturn
        end local 1 // io.netty.channel.Channel channel
        end local 0 // io.vertx.core.net.impl.VertxEventLoopGroup this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/net/impl/VertxEventLoopGroup;
            0    1     1  channel  Lio/netty/channel/Channel;
    MethodParameters:
         Name  Flags
      channel  

  public io.netty.channel.ChannelFuture register(io.netty.channel.Channel, io.netty.channel.ChannelPromise);
    descriptor: (Lio/netty/channel/Channel;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.net.impl.VertxEventLoopGroup this
        start local 1 // io.netty.channel.Channel channel
        start local 2 // io.netty.channel.ChannelPromise promise
         0: .line 58
            aload 0 /* this */
            invokevirtual io.vertx.core.net.impl.VertxEventLoopGroup.next:()Lio/netty/channel/EventLoop;
            aload 1 /* channel */
            aload 2 /* promise */
            invokeinterface io.netty.channel.EventLoop.register:(Lio/netty/channel/Channel;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
            areturn
        end local 2 // io.netty.channel.ChannelPromise promise
        end local 1 // io.netty.channel.Channel channel
        end local 0 // io.vertx.core.net.impl.VertxEventLoopGroup this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/net/impl/VertxEventLoopGroup;
            0    1     1  channel  Lio/netty/channel/Channel;
            0    1     2  promise  Lio/netty/channel/ChannelPromise;
    MethodParameters:
         Name  Flags
      channel  
      promise  

  public io.netty.channel.ChannelFuture register(io.netty.channel.ChannelPromise);
    descriptor: (Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.VertxEventLoopGroup this
        start local 1 // io.netty.channel.ChannelPromise promise
         0: .line 63
            aload 0 /* this */
            invokevirtual io.vertx.core.net.impl.VertxEventLoopGroup.next:()Lio/netty/channel/EventLoop;
            aload 1 /* promise */
            invokeinterface io.netty.channel.EventLoop.register:(Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
            areturn
        end local 1 // io.netty.channel.ChannelPromise promise
        end local 0 // io.vertx.core.net.impl.VertxEventLoopGroup this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/net/impl/VertxEventLoopGroup;
            0    1     1  promise  Lio/netty/channel/ChannelPromise;
    MethodParameters:
         Name  Flags
      promise  

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

  public boolean isTerminated();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.VertxEventLoopGroup this
         0: .line 73
            aload 0 /* this */
            invokevirtual io.vertx.core.net.impl.VertxEventLoopGroup.isShutdown:()Z
            ireturn
        end local 0 // io.vertx.core.net.impl.VertxEventLoopGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/VertxEventLoopGroup;

  public synchronized boolean awaitTermination(long, java.util.concurrent.TimeUnit);
    descriptor: (JLjava/util/concurrent/TimeUnit;)Z
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=4, args_size=3
        start local 0 // io.vertx.core.net.impl.VertxEventLoopGroup this
        start local 1 // long timeout
        start local 3 // java.util.concurrent.TimeUnit unit
         0: .line 78
            iconst_0
            ireturn
        end local 3 // java.util.concurrent.TimeUnit unit
        end local 1 // long timeout
        end local 0 // io.vertx.core.net.impl.VertxEventLoopGroup this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/net/impl/VertxEventLoopGroup;
            0    1     1  timeout  J
            0    1     3     unit  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
         Name  Flags
      timeout  
      unit     

  public synchronized void addWorker(io.netty.channel.EventLoop);
    descriptor: (Lio/netty/channel/EventLoop;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.core.net.impl.VertxEventLoopGroup this
        start local 1 // io.netty.channel.EventLoop worker
         0: .line 82
            aload 0 /* this */
            aload 1 /* worker */
            invokevirtual io.vertx.core.net.impl.VertxEventLoopGroup.findHolder:(Lio/netty/channel/EventLoop;)Lio/vertx/core/net/impl/VertxEventLoopGroup$EventLoopHolder;
            astore 2 /* holder */
        start local 2 // io.vertx.core.net.impl.VertxEventLoopGroup$EventLoopHolder holder
         1: .line 83
            aload 2 /* holder */
            ifnonnull 4
         2: .line 84
            aload 0 /* this */
            getfield io.vertx.core.net.impl.VertxEventLoopGroup.workers:Ljava/util/List;
            new io.vertx.core.net.impl.VertxEventLoopGroup$EventLoopHolder
            dup
            aload 1 /* worker */
            invokespecial io.vertx.core.net.impl.VertxEventLoopGroup$EventLoopHolder.<init>:(Lio/netty/channel/EventLoop;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 85
            goto 5
         4: .line 86
      StackMap locals: io.vertx.core.net.impl.VertxEventLoopGroup$EventLoopHolder
      StackMap stack:
            aload 2 /* holder */
            dup
            getfield io.vertx.core.net.impl.VertxEventLoopGroup$EventLoopHolder.count:I
            iconst_1
            iadd
            putfield io.vertx.core.net.impl.VertxEventLoopGroup$EventLoopHolder.count:I
         5: .line 88
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.net.impl.VertxEventLoopGroup$EventLoopHolder holder
        end local 1 // io.netty.channel.EventLoop worker
        end local 0 // io.vertx.core.net.impl.VertxEventLoopGroup this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lio/vertx/core/net/impl/VertxEventLoopGroup;
            0    6     1  worker  Lio/netty/channel/EventLoop;
            1    6     2  holder  Lio/vertx/core/net/impl/VertxEventLoopGroup$EventLoopHolder;
    MethodParameters:
        Name  Flags
      worker  

  public synchronized void shutdown();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.VertxEventLoopGroup this
         0: .line 91
            new java.lang.UnsupportedOperationException
            dup
            ldc "Should never be called"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.core.net.impl.VertxEventLoopGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/VertxEventLoopGroup;

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

  public io.netty.util.concurrent.Future<?> shutdownGracefully(long, long, java.util.concurrent.TimeUnit);
    descriptor: (JJLjava/util/concurrent/TimeUnit;)Lio/netty/util/concurrent/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // io.vertx.core.net.impl.VertxEventLoopGroup this
        start local 1 // long quietPeriod
        start local 3 // long timeout
        start local 5 // java.util.concurrent.TimeUnit unit
         0: .line 101
            new java.lang.UnsupportedOperationException
            dup
            ldc "Should never be called"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 5 // java.util.concurrent.TimeUnit unit
        end local 3 // long timeout
        end local 1 // long quietPeriod
        end local 0 // io.vertx.core.net.impl.VertxEventLoopGroup this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/core/net/impl/VertxEventLoopGroup;
            0    1     1  quietPeriod  J
            0    1     3      timeout  J
            0    1     5         unit  Ljava/util/concurrent/TimeUnit;
    Signature: (JJLjava/util/concurrent/TimeUnit;)Lio/netty/util/concurrent/Future<*>;
    MethodParameters:
             Name  Flags
      quietPeriod  
      timeout      
      unit         

  public io.netty.util.concurrent.Future<?> terminationFuture();
    descriptor: ()Lio/netty/util/concurrent/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.VertxEventLoopGroup this
         0: .line 106
            new java.lang.UnsupportedOperationException
            dup
            ldc "Should never be called"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.core.net.impl.VertxEventLoopGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/VertxEventLoopGroup;
    Signature: ()Lio/netty/util/concurrent/Future<*>;

  private io.vertx.core.net.impl.VertxEventLoopGroup$EventLoopHolder findHolder(io.netty.channel.EventLoop);
    descriptor: (Lio/netty/channel/EventLoop;)Lio/vertx/core/net/impl/VertxEventLoopGroup$EventLoopHolder;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // io.vertx.core.net.impl.VertxEventLoopGroup this
        start local 1 // io.netty.channel.EventLoop worker
         0: .line 110
            new io.vertx.core.net.impl.VertxEventLoopGroup$EventLoopHolder
            dup
            aload 1 /* worker */
            invokespecial io.vertx.core.net.impl.VertxEventLoopGroup$EventLoopHolder.<init>:(Lio/netty/channel/EventLoop;)V
            astore 2 /* wh */
        start local 2 // io.vertx.core.net.impl.VertxEventLoopGroup$EventLoopHolder wh
         1: .line 111
            aload 0 /* this */
            getfield io.vertx.core.net.impl.VertxEventLoopGroup.workers:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 5
      StackMap locals: io.vertx.core.net.impl.VertxEventLoopGroup io.netty.channel.EventLoop io.vertx.core.net.impl.VertxEventLoopGroup$EventLoopHolder top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.core.net.impl.VertxEventLoopGroup$EventLoopHolder
            astore 3 /* holder */
        start local 3 // io.vertx.core.net.impl.VertxEventLoopGroup$EventLoopHolder holder
         3: .line 112
            aload 3 /* holder */
            aload 2 /* wh */
            invokevirtual io.vertx.core.net.impl.VertxEventLoopGroup$EventLoopHolder.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 113
            aload 3 /* holder */
            areturn
        end local 3 // io.vertx.core.net.impl.VertxEventLoopGroup$EventLoopHolder holder
         5: .line 111
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 116
            aconst_null
            areturn
        end local 2 // io.vertx.core.net.impl.VertxEventLoopGroup$EventLoopHolder wh
        end local 1 // io.netty.channel.EventLoop worker
        end local 0 // io.vertx.core.net.impl.VertxEventLoopGroup this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lio/vertx/core/net/impl/VertxEventLoopGroup;
            0    7     1  worker  Lio/netty/channel/EventLoop;
            1    7     2      wh  Lio/vertx/core/net/impl/VertxEventLoopGroup$EventLoopHolder;
            3    5     3  holder  Lio/vertx/core/net/impl/VertxEventLoopGroup$EventLoopHolder;
    MethodParameters:
        Name  Flags
      worker  

  public synchronized void removeWorker(io.netty.channel.EventLoop);
    descriptor: (Lio/netty/channel/EventLoop;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.core.net.impl.VertxEventLoopGroup this
        start local 1 // io.netty.channel.EventLoop worker
         0: .line 121
            aload 0 /* this */
            aload 1 /* worker */
            invokevirtual io.vertx.core.net.impl.VertxEventLoopGroup.findHolder:(Lio/netty/channel/EventLoop;)Lio/vertx/core/net/impl/VertxEventLoopGroup$EventLoopHolder;
            astore 2 /* holder */
        start local 2 // io.vertx.core.net.impl.VertxEventLoopGroup$EventLoopHolder holder
         1: .line 122
            aload 2 /* holder */
            ifnull 7
         2: .line 123
            aload 2 /* holder */
            dup
            getfield io.vertx.core.net.impl.VertxEventLoopGroup$EventLoopHolder.count:I
            iconst_1
            isub
            putfield io.vertx.core.net.impl.VertxEventLoopGroup$EventLoopHolder.count:I
         3: .line 124
            aload 2 /* holder */
            getfield io.vertx.core.net.impl.VertxEventLoopGroup$EventLoopHolder.count:I
            ifne 5
         4: .line 125
            aload 0 /* this */
            getfield io.vertx.core.net.impl.VertxEventLoopGroup.workers:Ljava/util/List;
            aload 2 /* holder */
            invokeinterface java.util.List.remove:(Ljava/lang/Object;)Z
            pop
         5: .line 127
      StackMap locals: io.vertx.core.net.impl.VertxEventLoopGroup$EventLoopHolder
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.core.net.impl.VertxEventLoopGroup.checkPos:()V
         6: .line 128
            goto 8
         7: .line 129
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            ldc "Can't find worker to remove"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 131
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.net.impl.VertxEventLoopGroup$EventLoopHolder holder
        end local 1 // io.netty.channel.EventLoop worker
        end local 0 // io.vertx.core.net.impl.VertxEventLoopGroup this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lio/vertx/core/net/impl/VertxEventLoopGroup;
            0    9     1  worker  Lio/netty/channel/EventLoop;
            1    9     2  holder  Lio/vertx/core/net/impl/VertxEventLoopGroup$EventLoopHolder;
    MethodParameters:
        Name  Flags
      worker  

  public synchronized int workerCount();
    descriptor: ()I
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.VertxEventLoopGroup this
         0: .line 134
            aload 0 /* this */
            getfield io.vertx.core.net.impl.VertxEventLoopGroup.workers:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
        end local 0 // io.vertx.core.net.impl.VertxEventLoopGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/VertxEventLoopGroup;

  private void checkPos();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.VertxEventLoopGroup this
         0: .line 138
            aload 0 /* this */
            getfield io.vertx.core.net.impl.VertxEventLoopGroup.pos:I
            aload 0 /* this */
            getfield io.vertx.core.net.impl.VertxEventLoopGroup.workers:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmpne 2
         1: .line 139
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.net.impl.VertxEventLoopGroup.pos:I
         2: .line 141
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.net.impl.VertxEventLoopGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/net/impl/VertxEventLoopGroup;

  public io.netty.util.concurrent.EventExecutor next();
    descriptor: ()Lio/netty/util/concurrent/EventExecutor;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.core.net.impl.VertxEventLoopGroup.next:()Lio/netty/channel/EventLoop;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "VertxEventLoopGroup.java"
NestMembers:
  io.vertx.core.net.impl.VertxEventLoopGroup$1  io.vertx.core.net.impl.VertxEventLoopGroup$EventLoopHolder  io.vertx.core.net.impl.VertxEventLoopGroup$EventLoopIterator
InnerClasses:
  io.vertx.core.net.impl.VertxEventLoopGroup$1
  private EventLoopHolder = io.vertx.core.net.impl.VertxEventLoopGroup$EventLoopHolder of io.vertx.core.net.impl.VertxEventLoopGroup
  private final EventLoopIterator = io.vertx.core.net.impl.VertxEventLoopGroup$EventLoopIterator of io.vertx.core.net.impl.VertxEventLoopGroup