Skip to content

Commit

Permalink
Update API files
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisRev authored and github-actions[bot] committed Dec 4, 2022
1 parent 680ce39 commit 12a2ce7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arrow-libs/fx/arrow-fx-coroutines/api/arrow-fx-coroutines.api
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@ public final class arrow/fx/coroutines/CountDownLatch {
public final fun countDown ()V
}

public final class arrow/fx/coroutines/CyclicBarrier {
public fun <init> (I)V
public final fun await (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public final fun getCapacity ()I
}

public abstract class arrow/fx/coroutines/ExitCase {
public static final field Companion Larrow/fx/coroutines/ExitCase$Companion;
}
Expand Down

0 comments on commit 12a2ce7

Please sign in to comment.