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: binary-compatibility-validator/reference-public-api/kotlinx-coroutines-core.txt
+4-1
Original file line number
Diff line number
Diff line change
@@ -50,10 +50,12 @@ public final class kotlinx/coroutines/CancellableContinuation$DefaultImpls {
50
50
public static synthetic fun tryResume$default (Lkotlinx/coroutines/CancellableContinuation;Ljava/lang/Object;Ljava/lang/Object;ILjava/lang/Object;)Ljava/lang/Object;
51
51
}
52
52
53
-
public class kotlinx/coroutines/CancellableContinuationImpl : java/lang/Runnable, kotlinx/coroutines/CancellableContinuation {
53
+
public class kotlinx/coroutines/CancellableContinuationImpl : java/lang/Runnable, kotlin/coroutines/jvm/internal/CoroutineStackFrame, kotlinx/coroutines/CancellableContinuation {
54
54
public fun <init> (Lkotlin/coroutines/Continuation;I)V
55
55
public fun completeResume (Ljava/lang/Object;)V
56
+
public fun getCallerFrame ()Lkotlin/coroutines/jvm/internal/CoroutineStackFrame;
56
57
public fun getContext ()Lkotlin/coroutines/CoroutineContext;
58
+
public fun getStackTraceElement ()Ljava/lang/StackTraceElement;
57
59
public fun getSuccessfulResult (Ljava/lang/Object;)Ljava/lang/Object;
58
60
public fun initCancellability ()V
59
61
protected fun nameString ()Ljava/lang/String;
@@ -349,6 +351,7 @@ public class kotlinx/coroutines/JobSupport : kotlinx/coroutines/ChildJob, kotlin
349
351
public fun plus (Lkotlinx/coroutines/Job;)Lkotlinx/coroutines/Job;
350
352
public final fun registerSelectClause0 (Lkotlinx/coroutines/selects/SelectInstance;Lkotlin/jvm/functions/Function1;)V
351
353
public final fun start ()Z
354
+
public final fun toDebugString ()Ljava/lang/String;
public final class kotlinx/coroutines/debug/CoroutineState {
2
+
public final fun component1 ()Lkotlin/coroutines/Continuation;
3
+
public final fun copy (Lkotlin/coroutines/Continuation;Lkotlin/coroutines/jvm/internal/CoroutineStackFrame;J)Lkotlinx/coroutines/debug/CoroutineState;
4
+
public static synthetic fun copy$default (Lkotlinx/coroutines/debug/CoroutineState;Lkotlin/coroutines/Continuation;Lkotlin/coroutines/jvm/internal/CoroutineStackFrame;JILjava/lang/Object;)Lkotlinx/coroutines/debug/CoroutineState;
5
+
public fun equals (Ljava/lang/Object;)Z
6
+
public final fun getContinuation ()Lkotlin/coroutines/Continuation;
7
+
public final fun getCreationStackTrace ()Ljava/util/List;
8
+
public final fun getJob ()Lkotlinx/coroutines/Job;
9
+
public final fun getJobOrNull ()Lkotlinx/coroutines/Job;
10
+
public final fun getState ()Lkotlinx/coroutines/debug/State;
11
+
public fun hashCode ()I
12
+
public final fun lastObservedStackTrace ()Ljava/util/List;
13
+
public fun toString ()Ljava/lang/String;
14
+
}
15
+
16
+
public final class kotlinx/coroutines/debug/DebugProbes {
17
+
public static final field INSTANCE Lkotlinx/coroutines/debug/DebugProbes;
18
+
public final fun dumpCoroutines (Ljava/io/PrintStream;)V
19
+
public static synthetic fun dumpCoroutines$default (Lkotlinx/coroutines/debug/DebugProbes;Ljava/io/PrintStream;ILjava/lang/Object;)V
20
+
public final fun dumpCoroutinesState ()Ljava/util/List;
21
+
public final fun getSanitizeStackTraces ()Z
22
+
public final fun hierarchyToString (Lkotlinx/coroutines/Job;)Ljava/lang/String;
23
+
public final fun install ()V
24
+
public final fun printHierarchy (Lkotlinx/coroutines/Job;Ljava/io/PrintStream;)V
25
+
public static synthetic fun printHierarchy$default (Lkotlinx/coroutines/debug/DebugProbes;Lkotlinx/coroutines/Job;Ljava/io/PrintStream;ILjava/lang/Object;)V
26
+
public final fun setSanitizeStackTraces (Z)V
27
+
public final fun uninstall ()V
28
+
public final fun withDebugProbes (Lkotlin/jvm/functions/Function0;)V
29
+
}
30
+
31
+
public final class kotlinx/coroutines/debug/State : java/lang/Enum {
32
+
public static final field CREATED Lkotlinx/coroutines/debug/State;
33
+
public static final field RUNNING Lkotlinx/coroutines/debug/State;
34
+
public static final field SUSPENDED Lkotlinx/coroutines/debug/State;
35
+
public static fun valueOf (Ljava/lang/String;)Lkotlinx/coroutines/debug/State;
36
+
public static fun values ()[Lkotlinx/coroutines/debug/State;
0 commit comments