File tree 1 file changed +2
-0
lines changed
kotlinx-coroutines-core/api
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ public class kotlinx/coroutines/CancellableContinuationImpl : kotlin/coroutines/
64
64
public fun getCallerFrame ()Lkotlin/coroutines/jvm/internal/CoroutineStackFrame;
65
65
public fun getContext ()Lkotlin/coroutines/CoroutineContext;
66
66
public fun getContinuationCancellationCause (Lkotlinx/coroutines/Job;)Ljava/lang/Throwable;
67
+ protected final fun getParentHandle ()Lkotlinx/coroutines/DisposableHandle;
67
68
public final fun getResult ()Ljava/lang/Object;
68
69
public fun getStackTraceElement ()Ljava/lang/StackTraceElement;
69
70
public fun initCancellability ()V
@@ -76,6 +77,7 @@ public class kotlinx/coroutines/CancellableContinuationImpl : kotlin/coroutines/
76
77
public fun resumeUndispatched (Lkotlinx/coroutines/CoroutineDispatcher;Ljava/lang/Object;)V
77
78
public fun resumeUndispatchedWithException (Lkotlinx/coroutines/CoroutineDispatcher;Ljava/lang/Throwable;)V
78
79
public fun resumeWith (Ljava/lang/Object;)V
80
+ protected final fun setParentHandle (Lkotlinx/coroutines/DisposableHandle;)V
79
81
public fun toString ()Ljava/lang/String;
80
82
public fun tryResume (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
81
83
public fun tryResume (Ljava/lang/Object;Ljava/lang/Object;Lkotlin/jvm/functions/Function1;)Ljava/lang/Object;
You can’t perform that action at this time.
0 commit comments