Skip to content

Commit

Permalink
apiDump
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr3zee committed Oct 29, 2024
1 parent 1ed1633 commit 962c724
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions krpc/krpc-core/api/krpc-core.api
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,15 @@ public final class kotlinx/rpc/krpc/RPCTransportMessage$StringMessage : kotlinx/
public final fun getValue ()Ljava/lang/String;
}

public final class kotlinx/rpc/krpc/StreamScope : kotlinx/rpc/internal/utils/AutoCloseable {
public fun close ()V
}

public final class kotlinx/rpc/krpc/StreamScopeKt {
public static final fun StreamScope (Lkotlin/coroutines/CoroutineContext;)Lkotlinx/rpc/krpc/StreamScope;
public static final fun invokeOnStreamScopeCompletion (ZLkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static synthetic fun invokeOnStreamScopeCompletion$default (ZLkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object;
public static final fun streamScoped (Lkotlin/jvm/functions/Function2;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static final fun withStreamScope (Lkotlinx/rpc/krpc/StreamScope;Lkotlin/jvm/functions/Function2;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}

0 comments on commit 962c724

Please sign in to comment.