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
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
public abstract class kotlinx/coroutines/AbstractCoroutine : kotlinx/coroutines/JobSupport, kotlin/coroutines/Continuation, kotlinx/coroutines/CoroutineScope, kotlinx/coroutines/Job {
2
-
public fun <init> (Lkotlin/coroutines/CoroutineContext;Z)V
3
-
public synthetic fun <init> (Lkotlin/coroutines/CoroutineContext;ZILkotlin/jvm/internal/DefaultConstructorMarker;)V
2
+
public fun <init> (Lkotlin/coroutines/CoroutineContext;ZZ)V
4
3
protected fun afterResume (Ljava/lang/Object;)V
5
4
protected fun cancellationExceptionMessage ()Ljava/lang/String;
6
5
public final fun getContext ()Lkotlin/coroutines/CoroutineContext;
@@ -418,6 +417,7 @@ public class kotlinx/coroutines/JobSupport : kotlinx/coroutines/ChildJob, kotlin
418
417
public final fun getKey ()Lkotlin/coroutines/CoroutineContext$Key;
419
418
public final fun getOnJoin ()Lkotlinx/coroutines/selects/SelectClause0;
420
419
protected fun handleJobException (Ljava/lang/Throwable;)Z
420
+
protected final fun initParentJob (Lkotlinx/coroutines/Job;)V
421
421
public final fun invokeOnCompletion (Lkotlin/jvm/functions/Function1;)Lkotlinx/coroutines/DisposableHandle;
422
422
public final fun invokeOnCompletion (ZZLkotlin/jvm/functions/Function1;)Lkotlinx/coroutines/DisposableHandle;
0 commit comments