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
+1-1
Original file line number
Diff line number
Diff line change
@@ -446,7 +446,6 @@ public class kotlinx/coroutines/JobSupport : kotlinx/coroutines/ChildJob, kotlin
446
446
public final fun getKey ()Lkotlin/coroutines/CoroutineContext$Key;
447
447
protected final fun getOnAwaitInternal ()Lkotlinx/coroutines/selects/SelectClause1;
448
448
public final fun getOnJoin ()Lkotlinx/coroutines/selects/SelectClause0;
449
-
public fun getParent ()Lkotlinx/coroutines/Job;
450
449
protected fun handleJobException (Ljava/lang/Throwable;)Z
451
450
protected final fun initParentJob (Lkotlinx/coroutines/Job;)V
452
451
public final fun invokeOnCompletion (Lkotlin/jvm/functions/Function1;)Lkotlinx/coroutines/DisposableHandle;
@@ -464,6 +463,7 @@ public class kotlinx/coroutines/JobSupport : kotlinx/coroutines/ChildJob, kotlin
464
463
public final fun parentCancelled (Lkotlinx/coroutines/ParentJob;)V
465
464
public fun plus (Lkotlin/coroutines/CoroutineContext;)Lkotlin/coroutines/CoroutineContext;
466
465
public fun plus (Lkotlinx/coroutines/Job;)Lkotlinx/coroutines/Job;
466
+
public final fun registerSelectClause0 (Lkotlinx/coroutines/selects/SelectInstance;Lkotlin/jvm/functions/Function1;)V
467
467
public final fun start ()Z
468
468
protected final fun toCancellationException (Ljava/lang/Throwable;Ljava/lang/String;)Ljava/util/concurrent/CancellationException;
469
469
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