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
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