Skip to content

Commit ae0a1f6

Browse files
committed
~update API dump
1 parent dbce859 commit ae0a1f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kotlinx-coroutines-core/api/kotlinx-coroutines-core.api

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public class kotlinx/coroutines/CancellableContinuationImpl : kotlin/coroutines/
6464
public fun getCallerFrame ()Lkotlin/coroutines/jvm/internal/CoroutineStackFrame;
6565
public fun getContext ()Lkotlin/coroutines/CoroutineContext;
6666
public fun getContinuationCancellationCause (Lkotlinx/coroutines/Job;)Ljava/lang/Throwable;
67+
protected final fun getParentHandle ()Lkotlinx/coroutines/DisposableHandle;
6768
public final fun getResult ()Ljava/lang/Object;
6869
public fun getStackTraceElement ()Ljava/lang/StackTraceElement;
6970
public fun initCancellability ()V
@@ -76,6 +77,7 @@ public class kotlinx/coroutines/CancellableContinuationImpl : kotlin/coroutines/
7677
public fun resumeUndispatched (Lkotlinx/coroutines/CoroutineDispatcher;Ljava/lang/Object;)V
7778
public fun resumeUndispatchedWithException (Lkotlinx/coroutines/CoroutineDispatcher;Ljava/lang/Throwable;)V
7879
public fun resumeWith (Ljava/lang/Object;)V
80+
protected final fun setParentHandle (Lkotlinx/coroutines/DisposableHandle;)V
7981
public fun toString ()Ljava/lang/String;
8082
public fun tryResume (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
8183
public fun tryResume (Ljava/lang/Object;Ljava/lang/Object;Lkotlin/jvm/functions/Function1;)Ljava/lang/Object;

0 commit comments

Comments
 (0)