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
Removed some code that's no longer relevant:
* Backward compatibility for Ktor 1.0.0,
* Some code that was more complex than needed to
support that,
* A JDK 6 workaround,
* Other small things.
Copy file name to clipboardExpand all lines: kotlinx-coroutines-core/api/kotlinx-coroutines-core.api
-17
Original file line number
Diff line number
Diff line change
@@ -1258,23 +1258,6 @@ public final class kotlinx/coroutines/intrinsics/CancellableKt {
1258
1258
public static final fun startCoroutineCancellable (Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)V
1259
1259
}
1260
1260
1261
-
public class kotlinx/coroutines/scheduling/ExperimentalCoroutineDispatcher : kotlinx/coroutines/ExecutorCoroutineDispatcher {
1262
-
public synthetic fun <init> (II)V
1263
-
public synthetic fun <init> (IIILkotlin/jvm/internal/DefaultConstructorMarker;)V
1264
-
public fun <init> (IIJLjava/lang/String;)V
1265
-
public synthetic fun <init> (IIJLjava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
1266
-
public fun <init> (IILjava/lang/String;)V
1267
-
public synthetic fun <init> (IILjava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
1268
-
public final fun blocking (I)Lkotlinx/coroutines/CoroutineDispatcher;
1269
-
public static synthetic fun blocking$default (Lkotlinx/coroutines/scheduling/ExperimentalCoroutineDispatcher;IILjava/lang/Object;)Lkotlinx/coroutines/CoroutineDispatcher;
1270
-
public fun close ()V
1271
-
public fun dispatch (Lkotlin/coroutines/CoroutineContext;Ljava/lang/Runnable;)V
1272
-
public fun dispatchYield (Lkotlin/coroutines/CoroutineContext;Ljava/lang/Runnable;)V
1273
-
public fun getExecutor ()Ljava/util/concurrent/Executor;
1274
-
public final fun limited (I)Lkotlinx/coroutines/CoroutineDispatcher;
1275
-
public fun toString ()Ljava/lang/String;
1276
-
}
1277
-
1278
1261
public final class kotlinx/coroutines/selects/OnTimeoutKt {
1279
1262
public static final fun onTimeout (Lkotlinx/coroutines/selects/SelectBuilder;JLkotlin/jvm/functions/Function1;)V
1280
1263
public static final fun onTimeout-8Mi8wO0 (Lkotlinx/coroutines/selects/SelectBuilder;JLkotlin/jvm/functions/Function1;)V
0 commit comments