You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kotlinx-coroutines-core/api/kotlinx-coroutines-core.api
+3
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ public class kotlinx/coroutines/CancellableContinuationImpl : kotlin/coroutines/
62
62
public fun getContinuationCancellationCause (Lkotlinx/coroutines/Job;)Ljava/lang/Throwable;
63
63
public final fun getResult ()Ljava/lang/Object;
64
64
public fun getStackTraceElement ()Ljava/lang/StackTraceElement;
65
+
public final fun getState$kotlinx_coroutines_core ()Ljava/lang/Object;
65
66
public fun initCancellability ()V
66
67
public fun invokeOnCancellation (Lkotlin/jvm/functions/Function1;)V
67
68
public fun isActive ()Z
@@ -433,6 +434,7 @@ public class kotlinx/coroutines/JobSupport : kotlinx/coroutines/ChildJob, kotlin
433
434
public final fun getCompletionExceptionOrNull ()Ljava/lang/Throwable;
434
435
public final fun getKey ()Lkotlin/coroutines/CoroutineContext$Key;
435
436
public final fun getOnJoin ()Lkotlinx/coroutines/selects/SelectClause0;
437
+
public final fun getParentHandle$kotlinx_coroutines_core ()Lkotlinx/coroutines/ChildHandle;
436
438
protected fun handleJobException (Ljava/lang/Throwable;)Z
437
439
protected final fun initParentJob (Lkotlinx/coroutines/Job;)V
438
440
public final fun invokeOnCompletion (Lkotlin/jvm/functions/Function1;)Lkotlinx/coroutines/DisposableHandle;
@@ -451,6 +453,7 @@ public class kotlinx/coroutines/JobSupport : kotlinx/coroutines/ChildJob, kotlin
451
453
public fun plus (Lkotlin/coroutines/CoroutineContext;)Lkotlin/coroutines/CoroutineContext;
452
454
public fun plus (Lkotlinx/coroutines/Job;)Lkotlinx/coroutines/Job;
453
455
public final fun registerSelectClause0 (Lkotlinx/coroutines/selects/SelectInstance;Lkotlin/jvm/functions/Function1;)V
456
+
public final fun setParentHandle$kotlinx_coroutines_core (Lkotlinx/coroutines/ChildHandle;)V
454
457
public final fun start ()Z
455
458
protected final fun toCancellationException (Ljava/lang/Throwable;Ljava/lang/String;)Ljava/util/concurrent/CancellationException;
456
459
public static synthetic fun toCancellationException$default (Lkotlinx/coroutines/JobSupport;Ljava/lang/Throwable;Ljava/lang/String;ILjava/lang/Object;)Ljava/util/concurrent/CancellationException;
0 commit comments