class io.vertx.ext.unit.impl.AsyncImpl extends io.vertx.ext.unit.impl.CompletionImpl<java.lang.Void> implements io.vertx.ext.unit.Async
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.unit.impl.AsyncImpl
  super_class: io.vertx.ext.unit.impl.CompletionImpl
{
  private final int initialCount;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.concurrent.atomic.AtomicInteger count;
    descriptor: Ljava/util/concurrent/atomic/AtomicInteger;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  void <init>(int, boolean);
    descriptor: (IZ)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.ext.unit.impl.AsyncImpl this
        start local 1 // int initialCount
        start local 2 // boolean strict
         0: .line 13
            aload 0 /* this */
            invokespecial io.vertx.ext.unit.impl.CompletionImpl.<init>:()V
         1: .line 14
            aload 0 /* this */
            iload 1 /* initialCount */
            putfield io.vertx.ext.unit.impl.AsyncImpl.initialCount:I
         2: .line 15
            aload 0 /* this */
            iload 2 /* strict */
            putfield io.vertx.ext.unit.impl.AsyncImpl.strict:Z
         3: .line 16
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicInteger
            dup
            iload 1 /* initialCount */
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:(I)V
            putfield io.vertx.ext.unit.impl.AsyncImpl.count:Ljava/util/concurrent/atomic/AtomicInteger;
         4: .line 17
            return
        end local 2 // boolean strict
        end local 1 // int initialCount
        end local 0 // io.vertx.ext.unit.impl.AsyncImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lio/vertx/ext/unit/impl/AsyncImpl;
            0    5     1  initialCount  I
            0    5     2        strict  Z
    MethodParameters:
              Name  Flags
      initialCount  
      strict        

  public int count();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.unit.impl.AsyncImpl this
         0: .line 21
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.AsyncImpl.count:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.get:()I
            ireturn
        end local 0 // io.vertx.ext.unit.impl.AsyncImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/unit/impl/AsyncImpl;

  public void countDown();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // io.vertx.ext.unit.impl.AsyncImpl this
         0: .line 28
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.AsyncImpl.count:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.get:()I
            istore 1 /* oldValue */
        start local 1 // int oldValue
         1: .line 29
            iload 1 /* oldValue */
            ifne 12
         2: .line 30
            iconst_0
            istore 2 /* newValue */
        start local 2 // int newValue
         3: .line 31
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.AsyncImpl.strict:Z
            ifeq 13
         4: .line 33
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.AsyncImpl.initialCount:I
            iconst_1
            if_icmpne 7
         5: .line 34
            ldc "Countdown invoked more than once"
            astore 3 /* msg */
        start local 3 // java.lang.String msg
         6: .line 35
            goto 11
        end local 3 // java.lang.String msg
      StackMap locals: int int
      StackMap stack:
         7: aload 0 /* this */
            getfield io.vertx.ext.unit.impl.AsyncImpl.initialCount:I
            iconst_2
            if_icmpne 10
         8: .line 36
            ldc "Countdown invoked more than twice"
            astore 3 /* msg */
        start local 3 // java.lang.String msg
         9: .line 37
            goto 11
        end local 3 // java.lang.String msg
        10: .line 38
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "Countdown invoked more than "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.AsyncImpl.initialCount:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " times"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 3 /* msg */
        start local 3 // java.lang.String msg
        11: .line 40
      StackMap locals: java.lang.String
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            aload 3 /* msg */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // java.lang.String msg
        end local 2 // int newValue
        12: .line 43
      StackMap locals:
      StackMap stack:
            iload 1 /* oldValue */
            iconst_1
            isub
            istore 2 /* newValue */
        start local 2 // int newValue
        13: .line 45
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.AsyncImpl.count:Ljava/util/concurrent/atomic/AtomicInteger;
            iload 1 /* oldValue */
            iload 2 /* newValue */
            invokevirtual java.util.concurrent.atomic.AtomicInteger.compareAndSet:(II)Z
            ifeq 0
        14: .line 46
            iload 2 /* newValue */
            ifne 16
        15: .line 47
            aload 0 /* this */
            aconst_null
            invokevirtual io.vertx.ext.unit.impl.AsyncImpl.release:(Ljava/lang/Throwable;)V
        16: .line 49
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int newValue
        end local 1 // int oldValue
        end local 0 // io.vertx.ext.unit.impl.AsyncImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   17     0      this  Lio/vertx/ext/unit/impl/AsyncImpl;
            1   17     1  oldValue  I
            3   12     2  newValue  I
           13   17     2  newValue  I
            6    7     3       msg  Ljava/lang/String;
            9   10     3       msg  Ljava/lang/String;
           11   12     3       msg  Ljava/lang/String;

  public void complete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // io.vertx.ext.unit.impl.AsyncImpl this
         0: .line 53
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.AsyncImpl.count:Ljava/util/concurrent/atomic/AtomicInteger;
            iconst_0
            invokevirtual java.util.concurrent.atomic.AtomicInteger.getAndSet:(I)I
            istore 1 /* value */
        start local 1 // int value
         1: .line 54
            iload 1 /* value */
            ifle 4
         2: .line 55
            aload 0 /* this */
            aconst_null
            invokevirtual io.vertx.ext.unit.impl.AsyncImpl.release:(Ljava/lang/Throwable;)V
         3: .line 56
            goto 5
         4: .line 57
      StackMap locals: int
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "The Async complete method has been called more than "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.AsyncImpl.initialCount:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " times, check your test."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 59
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int value
        end local 0 // io.vertx.ext.unit.impl.AsyncImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lio/vertx/ext/unit/impl/AsyncImpl;
            1    6     1  value  I

  void release(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.unit.impl.AsyncImpl this
        start local 1 // java.lang.Throwable failure
         0: .line 62
            aload 1 /* failure */
            ifnull 3
         1: .line 63
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.AsyncImpl.completable:Ljava/util/concurrent/CompletableFuture;
            aload 1 /* failure */
            invokevirtual java.util.concurrent.CompletableFuture.completeExceptionally:(Ljava/lang/Throwable;)Z
            pop
         2: .line 64
            goto 4
         3: .line 65
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.AsyncImpl.completable:Ljava/util/concurrent/CompletableFuture;
            aconst_null
            invokevirtual java.util.concurrent.CompletableFuture.complete:(Ljava/lang/Object;)Z
            pop
         4: .line 67
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Throwable failure
        end local 0 // io.vertx.ext.unit.impl.AsyncImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/vertx/ext/unit/impl/AsyncImpl;
            0    5     1  failure  Ljava/lang/Throwable;
    MethodParameters:
         Name  Flags
      failure  
}
Signature: Lio/vertx/ext/unit/impl/CompletionImpl<Ljava/lang/Void;>;Lio/vertx/ext/unit/Async;
SourceFile: "AsyncImpl.java"