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
+5
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,11 @@ public final class kotlinx/coroutines/BuildersKt {
30
30
public static final fun withContext (Lkotlin/coroutines/CoroutineContext;Lkotlin/jvm/functions/Function2;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
31
31
}
32
32
33
+
public final class kotlinx/coroutines/Builders_concurrentKt {
34
+
public static final fun runBlocking (Lkotlin/coroutines/CoroutineContext;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object;
35
+
public static synthetic fun runBlocking$default (Lkotlin/coroutines/CoroutineContext;Lkotlin/jvm/functions/Function2;ILjava/lang/Object;)Ljava/lang/Object;
36
+
}
37
+
33
38
public abstract interface class kotlinx/coroutines/CancellableContinuation : kotlin/coroutines/Continuation {
34
39
public abstract fun cancel (Ljava/lang/Throwable;)Z
35
40
public abstract fun completeResume (Ljava/lang/Object;)V
0 commit comments