final class io.vertx.core.net.impl.clientconnection.Pool$Waiter<C>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.vertx.core.net.impl.clientconnection.Pool$Waiter
  super_class: java.lang.Object
{
  private final io.vertx.core.Handler<io.vertx.core.AsyncResult<C>> handler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TC;>;>;

  void <init>(io.vertx.core.Handler<io.vertx.core.AsyncResult<C>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.clientconnection.Pool$Waiter this
        start local 1 // io.vertx.core.Handler handler
         0: .line 490
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 491
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.core.net.impl.clientconnection.Pool$Waiter.handler:Lio/vertx/core/Handler;
         2: .line 492
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.net.impl.clientconnection.Pool$Waiter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/core/net/impl/clientconnection/Pool$Waiter<TC;>;
            0    3     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TC;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TC;>;>;)V
    MethodParameters:
         Name  Flags
      handler  
}
Signature: <C:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "Pool.java"
NestHost: io.vertx.core.net.impl.clientconnection.Pool
InnerClasses:
  private final Waiter = io.vertx.core.net.impl.clientconnection.Pool$Waiter of io.vertx.core.net.impl.clientconnection.Pool