Skip to content

Commit 431bd9e

Browse files
committed
Cancellation exception is not properly handled #17 update api
1 parent 16f5009 commit 431bd9e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

acp/api/acp.api

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,3 +330,7 @@ public final class com/agentclientprotocol/transport/TransportKt {
330330
public static final fun asMessageChannel (Lcom/agentclientprotocol/transport/Transport;)Lkotlinx/coroutines/channels/Channel;
331331
}
332332

333+
public final class com/agentclientprotocol/util/CoroutinesUtilKt {
334+
public static final fun catching (Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
335+
}
336+

0 commit comments

Comments
 (0)