class io.netty.channel.ThreadPerChannelEventLoopGroup$1 implements io.netty.util.concurrent.FutureListener<java.lang.Object>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.channel.ThreadPerChannelEventLoopGroup$1
  super_class: java.lang.Object
{
  final io.netty.channel.ThreadPerChannelEventLoopGroup this$0;
    descriptor: Lio/netty/channel/ThreadPerChannelEventLoopGroup;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.netty.channel.ThreadPerChannelEventLoopGroup);
    descriptor: (Lio/netty/channel/ThreadPerChannelEventLoopGroup;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.ThreadPerChannelEventLoopGroup$1 this
         0: .line 58
            aload 0 /* this */
            aload 1
            putfield io.netty.channel.ThreadPerChannelEventLoopGroup$1.this$0:Lio/netty/channel/ThreadPerChannelEventLoopGroup;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.netty.channel.ThreadPerChannelEventLoopGroup$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/ThreadPerChannelEventLoopGroup$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void operationComplete(io.netty.util.concurrent.Future<java.lang.Object>);
    descriptor: (Lio/netty/util/concurrent/Future;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.ThreadPerChannelEventLoopGroup$1 this
        start local 1 // io.netty.util.concurrent.Future future
         0: .line 62
            aload 0 /* this */
            getfield io.netty.channel.ThreadPerChannelEventLoopGroup$1.this$0:Lio/netty/channel/ThreadPerChannelEventLoopGroup;
            invokevirtual io.netty.channel.ThreadPerChannelEventLoopGroup.isTerminated:()Z
            ifeq 2
         1: .line 63
            aload 0 /* this */
            getfield io.netty.channel.ThreadPerChannelEventLoopGroup$1.this$0:Lio/netty/channel/ThreadPerChannelEventLoopGroup;
            getfield io.netty.channel.ThreadPerChannelEventLoopGroup.terminationFuture:Lio/netty/util/concurrent/Promise;
            aconst_null
            invokeinterface io.netty.util.concurrent.Promise.trySuccess:(Ljava/lang/Object;)Z
            pop
         2: .line 65
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.netty.util.concurrent.Future future
        end local 0 // io.netty.channel.ThreadPerChannelEventLoopGroup$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/netty/channel/ThreadPerChannelEventLoopGroup$1;
            0    3     1  future  Lio/netty/util/concurrent/Future<Ljava/lang/Object;>;
    Exceptions:
      throws java.lang.Exception
    Signature: (Lio/netty/util/concurrent/Future<Ljava/lang/Object;>;)V
    MethodParameters:
        Name  Flags
      future  
}
Signature: Ljava/lang/Object;Lio/netty/util/concurrent/FutureListener<Ljava/lang/Object;>;
SourceFile: "ThreadPerChannelEventLoopGroup.java"
EnclosingMethod: io.netty.channel.ThreadPerChannelEventLoopGroup
NestHost: io.netty.channel.ThreadPerChannelEventLoopGroup
InnerClasses:
  io.netty.channel.ThreadPerChannelEventLoopGroup$1