public class io.netty.channel.ThreadPerChannelEventLoop extends io.netty.channel.SingleThreadEventLoop
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.netty.channel.ThreadPerChannelEventLoop
  super_class: io.netty.channel.SingleThreadEventLoop
{
  private final io.netty.channel.ThreadPerChannelEventLoopGroup parent;
    descriptor: Lio/netty/channel/ThreadPerChannelEventLoopGroup;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private io.netty.channel.Channel ch;
    descriptor: Lio/netty/channel/Channel;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(io.netty.channel.ThreadPerChannelEventLoopGroup);
    descriptor: (Lio/netty/channel/ThreadPerChannelEventLoopGroup;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.netty.channel.ThreadPerChannelEventLoop this
        start local 1 // io.netty.channel.ThreadPerChannelEventLoopGroup parent
         0: .line 29
            aload 0 /* this */
            aload 1 /* parent */
            aload 1 /* parent */
            getfield io.netty.channel.ThreadPerChannelEventLoopGroup.executor:Ljava/util/concurrent/Executor;
            iconst_1
            invokespecial io.netty.channel.SingleThreadEventLoop.<init>:(Lio/netty/channel/EventLoopGroup;Ljava/util/concurrent/Executor;Z)V
         1: .line 30
            aload 0 /* this */
            aload 1 /* parent */
            putfield io.netty.channel.ThreadPerChannelEventLoop.parent:Lio/netty/channel/ThreadPerChannelEventLoopGroup;
         2: .line 31
            return
        end local 1 // io.netty.channel.ThreadPerChannelEventLoopGroup parent
        end local 0 // io.netty.channel.ThreadPerChannelEventLoop this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/netty/channel/ThreadPerChannelEventLoop;
            0    3     1  parent  Lio/netty/channel/ThreadPerChannelEventLoopGroup;
    MethodParameters:
        Name  Flags
      parent  

  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=4, locals=2, args_size=2
        start local 0 // io.netty.channel.ThreadPerChannelEventLoop this
        start local 1 // io.netty.channel.ChannelPromise promise
         0: .line 35
            aload 0 /* this */
            aload 1 /* promise */
            invokespecial io.netty.channel.SingleThreadEventLoop.register:(Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
            new io.netty.channel.ThreadPerChannelEventLoop$1
            dup
            aload 0 /* this */
            invokespecial io.netty.channel.ThreadPerChannelEventLoop$1.<init>:(Lio/netty/channel/ThreadPerChannelEventLoop;)V
            invokeinterface io.netty.channel.ChannelFuture.addListener:(Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/ChannelFuture;
            areturn
        end local 1 // io.netty.channel.ChannelPromise promise
        end local 0 // io.netty.channel.ThreadPerChannelEventLoop this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/netty/channel/ThreadPerChannelEventLoop;
            0    1     1  promise  Lio/netty/channel/ChannelPromise;
    MethodParameters:
         Name  Flags
      promise  

  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=4, locals=3, args_size=3
        start local 0 // io.netty.channel.ThreadPerChannelEventLoop this
        start local 1 // io.netty.channel.Channel channel
        start local 2 // io.netty.channel.ChannelPromise promise
         0: .line 50
            aload 0 /* this */
            aload 1 /* channel */
            aload 2 /* promise */
            invokespecial io.netty.channel.SingleThreadEventLoop.register:(Lio/netty/channel/Channel;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
            new io.netty.channel.ThreadPerChannelEventLoop$2
            dup
            aload 0 /* this */
            invokespecial io.netty.channel.ThreadPerChannelEventLoop$2.<init>:(Lio/netty/channel/ThreadPerChannelEventLoop;)V
            invokeinterface io.netty.channel.ChannelFuture.addListener:(Lio/netty/util/concurrent/GenericFutureListener;)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.netty.channel.ThreadPerChannelEventLoop this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/netty/channel/ThreadPerChannelEventLoop;
            0    1     1  channel  Lio/netty/channel/Channel;
            0    1     2  promise  Lio/netty/channel/ChannelPromise;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      channel  
      promise  

  protected void run();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // io.netty.channel.ThreadPerChannelEventLoop this
         0: .line 65
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.netty.channel.ThreadPerChannelEventLoop.takeTask:()Ljava/lang/Runnable;
            astore 1 /* task */
        start local 1 // java.lang.Runnable task
         1: .line 66
            aload 1 /* task */
            ifnull 4
         2: .line 67
            aload 1 /* task */
            invokeinterface java.lang.Runnable.run:()V
         3: .line 68
            aload 0 /* this */
            invokevirtual io.netty.channel.ThreadPerChannelEventLoop.updateLastExecutionTime:()V
         4: .line 71
      StackMap locals: java.lang.Runnable
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.channel.ThreadPerChannelEventLoop.ch:Lio/netty/channel/Channel;
            astore 2 /* ch */
        start local 2 // io.netty.channel.Channel ch
         5: .line 72
            aload 0 /* this */
            invokevirtual io.netty.channel.ThreadPerChannelEventLoop.isShuttingDown:()Z
            ifeq 10
         6: .line 73
            aload 2 /* ch */
            ifnull 8
         7: .line 74
            aload 2 /* ch */
            invokeinterface io.netty.channel.Channel.unsafe:()Lio/netty/channel/Channel$Unsafe;
            aload 2 /* ch */
            invokeinterface io.netty.channel.Channel.unsafe:()Lio/netty/channel/Channel$Unsafe;
            invokeinterface io.netty.channel.Channel$Unsafe.voidPromise:()Lio/netty/channel/ChannelPromise;
            invokeinterface io.netty.channel.Channel$Unsafe.close:(Lio/netty/channel/ChannelPromise;)V
         8: .line 76
      StackMap locals: io.netty.channel.Channel
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.netty.channel.ThreadPerChannelEventLoop.confirmShutdown:()Z
            ifeq 0
         9: .line 77
            goto 15
        10: .line 80
      StackMap locals:
      StackMap stack:
            aload 2 /* ch */
            ifnull 0
        11: .line 82
            aload 2 /* ch */
            invokeinterface io.netty.channel.Channel.isRegistered:()Z
            ifne 0
        12: .line 83
            aload 0 /* this */
            invokevirtual io.netty.channel.ThreadPerChannelEventLoop.runAllTasks:()Z
            pop
        13: .line 84
            aload 0 /* this */
            invokevirtual io.netty.channel.ThreadPerChannelEventLoop.deregister:()V
        end local 2 // io.netty.channel.Channel ch
        end local 1 // java.lang.Runnable task
        14: .line 64
            goto 0
        15: .line 89
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.netty.channel.ThreadPerChannelEventLoop this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lio/netty/channel/ThreadPerChannelEventLoop;
            1   14     1  task  Ljava/lang/Runnable;
            5   14     2    ch  Lio/netty/channel/Channel;

  protected void deregister();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.channel.ThreadPerChannelEventLoop this
         0: .line 92
            aload 0 /* this */
            aconst_null
            putfield io.netty.channel.ThreadPerChannelEventLoop.ch:Lio/netty/channel/Channel;
         1: .line 93
            aload 0 /* this */
            getfield io.netty.channel.ThreadPerChannelEventLoop.parent:Lio/netty/channel/ThreadPerChannelEventLoopGroup;
            getfield io.netty.channel.ThreadPerChannelEventLoopGroup.activeChildren:Ljava/util/Set;
            aload 0 /* this */
            invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
            pop
         2: .line 94
            aload 0 /* this */
            getfield io.netty.channel.ThreadPerChannelEventLoop.parent:Lio/netty/channel/ThreadPerChannelEventLoopGroup;
            getfield io.netty.channel.ThreadPerChannelEventLoopGroup.idleChildren:Ljava/util/Queue;
            aload 0 /* this */
            invokeinterface java.util.Queue.add:(Ljava/lang/Object;)Z
            pop
         3: .line 95
            return
        end local 0 // io.netty.channel.ThreadPerChannelEventLoop this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/channel/ThreadPerChannelEventLoop;
}
SourceFile: "ThreadPerChannelEventLoop.java"
NestMembers:
  io.netty.channel.ThreadPerChannelEventLoop$1  io.netty.channel.ThreadPerChannelEventLoop$2
InnerClasses:
  public abstract Unsafe = io.netty.channel.Channel$Unsafe of io.netty.channel.Channel
  io.netty.channel.ThreadPerChannelEventLoop$1
  io.netty.channel.ThreadPerChannelEventLoop$2