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
* Do not store creation stacktrace of the coroutine, recover it from ArtificialStackFrame
* Reduce lock window where possible to avoid contention
* Avoid stacktrace copying where possible
Copy file name to clipboardExpand all lines: binary-compatibility-validator/reference-public-api/kotlinx-coroutines-debug.txt
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,7 @@
1
1
public final class kotlinx/coroutines/debug/CoroutineState {
2
2
public final fun component1 ()Lkotlin/coroutines/Continuation;
3
-
public final fun component2 ()Ljava/util/List;
4
-
public final fun copy (Lkotlin/coroutines/Continuation;Ljava/util/List;J)Lkotlinx/coroutines/debug/CoroutineState;
5
-
public static synthetic fun copy$default (Lkotlinx/coroutines/debug/CoroutineState;Lkotlin/coroutines/Continuation;Ljava/util/List;JILjava/lang/Object;)Lkotlinx/coroutines/debug/CoroutineState;
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;
6
5
public fun equals (Ljava/lang/Object;)Z
7
6
public final fun getContinuation ()Lkotlin/coroutines/Continuation;
8
7
public final fun getCreationStackTrace ()Ljava/util/List;
0 commit comments