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
+24-5
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,7 @@ public abstract interface class kotlinx/coroutines/ChildJob : kotlinx/coroutines
76
76
}
77
77
78
78
public final class kotlinx/coroutines/ChildJob$DefaultImpls {
79
+
public static synthetic fun cancel (Lkotlinx/coroutines/ChildJob;)Z
79
80
public static fun fold (Lkotlinx/coroutines/ChildJob;Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object;
80
81
public static fun get (Lkotlinx/coroutines/ChildJob;Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext$Element;
81
82
public static fun minusKey (Lkotlinx/coroutines/ChildJob;Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext;
@@ -89,6 +90,7 @@ public abstract interface class kotlinx/coroutines/CompletableDeferred : kotlinx
89
90
}
90
91
91
92
public final class kotlinx/coroutines/CompletableDeferred$DefaultImpls {
93
+
public static synthetic fun cancel (Lkotlinx/coroutines/CompletableDeferred;)Z
92
94
public static fun fold (Lkotlinx/coroutines/CompletableDeferred;Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object;
93
95
public static fun get (Lkotlinx/coroutines/CompletableDeferred;Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext$Element;
94
96
public static fun minusKey (Lkotlinx/coroutines/CompletableDeferred;Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext;
@@ -197,6 +199,7 @@ public abstract interface class kotlinx/coroutines/Deferred : kotlinx/coroutines
197
199
}
198
200
199
201
public final class kotlinx/coroutines/Deferred$DefaultImpls {
202
+
public static synthetic fun cancel (Lkotlinx/coroutines/Deferred;)Z
200
203
public static fun fold (Lkotlinx/coroutines/Deferred;Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object;
201
204
public static fun get (Lkotlinx/coroutines/Deferred;Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext$Element;
202
205
public static fun minusKey (Lkotlinx/coroutines/Deferred;Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext;
@@ -260,7 +263,8 @@ public abstract interface annotation class kotlinx/coroutines/InternalCoroutines
260
263
public abstract interface class kotlinx/coroutines/Job : kotlin/coroutines/CoroutineContext$Element {
261
264
public static final field Key Lkotlinx/coroutines/Job$Key;
262
265
public abstract fun attachChild (Lkotlinx/coroutines/ChildJob;)Lkotlinx/coroutines/ChildHandle;
263
-
public abstract fun cancel ()Z
266
+
public abstract fun cancel ()V
267
+
public abstract synthetic fun cancel ()Z
264
268
public abstract fun cancel (Ljava/lang/Throwable;)Z
265
269
public abstract fun getCancellationException ()Ljava/util/concurrent/CancellationException;
266
270
public abstract fun getChildren ()Lkotlin/sequences/Sequence;
@@ -276,6 +280,7 @@ public abstract interface class kotlinx/coroutines/Job : kotlin/coroutines/Corou
276
280
}
277
281
278
282
public final class kotlinx/coroutines/Job$DefaultImpls {
283
+
public static synthetic fun cancel (Lkotlinx/coroutines/Job;)Z
279
284
public static synthetic fun cancel$default (Lkotlinx/coroutines/Job;Ljava/lang/Throwable;ILjava/lang/Object;)Z
280
285
public static fun fold (Lkotlinx/coroutines/Job;Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object;
281
286
public static fun get (Lkotlinx/coroutines/Job;Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext$Element;
@@ -292,7 +297,8 @@ public final class kotlinx/coroutines/JobKt {
292
297
public static final fun DisposableHandle (Lkotlin/jvm/functions/Function0;)Lkotlinx/coroutines/DisposableHandle;
293
298
public static final fun Job (Lkotlinx/coroutines/Job;)Lkotlinx/coroutines/Job;
294
299
public static synthetic fun Job$default (Lkotlinx/coroutines/Job;ILjava/lang/Object;)Lkotlinx/coroutines/Job;
295
-
public static final fun cancel (Lkotlin/coroutines/CoroutineContext;)Z
300
+
public static final fun cancel (Lkotlin/coroutines/CoroutineContext;)V
301
+
public static final synthetic fun cancel (Lkotlin/coroutines/CoroutineContext;)Z
296
302
public static final fun cancel (Lkotlin/coroutines/CoroutineContext;Ljava/lang/Throwable;)Z
297
303
public static synthetic fun cancel$default (Lkotlin/coroutines/CoroutineContext;Ljava/lang/Throwable;ILjava/lang/Object;)Z
298
304
public static final fun cancelAndJoin (Lkotlinx/coroutines/Job;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
@@ -309,7 +315,8 @@ public final class kotlinx/coroutines/JobKt {
309
315
public class kotlinx/coroutines/JobSupport : kotlinx/coroutines/ChildJob, kotlinx/coroutines/Job, kotlinx/coroutines/ParentJob, kotlinx/coroutines/selects/SelectClause0 {
310
316
public fun <init> (Z)V
311
317
public final fun attachChild (Lkotlinx/coroutines/ChildJob;)Lkotlinx/coroutines/ChildHandle;
312
-
public fun cancel ()Z
318
+
public fun cancel ()V
319
+
public synthetic fun cancel ()Z
313
320
public fun cancel (Ljava/lang/Throwable;)Z
314
321
public fun childCancelled (Ljava/lang/Throwable;)Z
315
322
public fun fold (Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object;
@@ -349,7 +356,8 @@ public abstract class kotlinx/coroutines/MainCoroutineDispatcher : kotlinx/corou
349
356
public final class kotlinx/coroutines/NonCancellable : kotlin/coroutines/AbstractCoroutineContextElement, kotlinx/coroutines/Job {
350
357
public static final field INSTANCE Lkotlinx/coroutines/NonCancellable;
351
358
public fun attachChild (Lkotlinx/coroutines/ChildJob;)Lkotlinx/coroutines/ChildHandle;
352
-
public fun cancel ()Z
359
+
public fun cancel ()V
360
+
public synthetic fun cancel ()Z
353
361
public fun cancel (Ljava/lang/Throwable;)Z
354
362
public fun getCancellationException ()Ljava/util/concurrent/CancellationException;
355
363
public fun getChildren ()Lkotlin/sequences/Sequence;
@@ -379,6 +387,7 @@ public abstract interface class kotlinx/coroutines/ParentJob : kotlinx/coroutine
379
387
}
380
388
381
389
public final class kotlinx/coroutines/ParentJob$DefaultImpls {
390
+
public static synthetic fun cancel (Lkotlinx/coroutines/ParentJob;)Z
382
391
public static fun fold (Lkotlinx/coroutines/ParentJob;Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object;
383
392
public static fun get (Lkotlinx/coroutines/ParentJob;Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext$Element;
384
393
public static fun minusKey (Lkotlinx/coroutines/ParentJob;Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext;
@@ -439,6 +448,10 @@ public abstract interface class kotlinx/coroutines/channels/ActorScope : kotlinx
439
448
public abstract fun getChannel ()Lkotlinx/coroutines/channels/Channel;
440
449
}
441
450
451
+
public final class kotlinx/coroutines/channels/ActorScope$DefaultImpls {
452
+
public static synthetic fun cancel (Lkotlinx/coroutines/channels/ActorScope;)Z
453
+
}
454
+
442
455
public abstract interface class kotlinx/coroutines/channels/BroadcastChannel : kotlinx/coroutines/channels/SendChannel {
443
456
public abstract fun cancel (Ljava/lang/Throwable;)Z
444
457
public abstract fun openSubscription ()Lkotlinx/coroutines/channels/ReceiveChannel;
@@ -466,6 +479,10 @@ public abstract interface class kotlinx/coroutines/channels/Channel : kotlinx/co
466
479
public static final field UNLIMITED I
467
480
}
468
481
482
+
public final class kotlinx/coroutines/channels/Channel$DefaultImpls {
483
+
public static synthetic fun cancel (Lkotlinx/coroutines/channels/Channel;)Z
484
+
}
485
+
469
486
public final class kotlinx/coroutines/channels/Channel$Factory {
470
487
public static final field CONFLATED I
471
488
public static final field RENDEZVOUS I
@@ -637,7 +654,8 @@ public abstract interface class kotlinx/coroutines/channels/ProducerScope : kotl
637
654
}
638
655
639
656
public abstract interface class kotlinx/coroutines/channels/ReceiveChannel {
640
-
public abstract fun cancel ()Z
657
+
public abstract fun cancel ()V
658
+
public abstract synthetic fun cancel ()Z
641
659
public abstract fun cancel (Ljava/lang/Throwable;)Z
642
660
public abstract fun getOnReceive ()Lkotlinx/coroutines/selects/SelectClause1;
643
661
public abstract fun getOnReceiveOrNull ()Lkotlinx/coroutines/selects/SelectClause1;
@@ -650,6 +668,7 @@ public abstract interface class kotlinx/coroutines/channels/ReceiveChannel {
650
668
}
651
669
652
670
public final class kotlinx/coroutines/channels/ReceiveChannel$DefaultImpls {
671
+
public static synthetic fun cancel (Lkotlinx/coroutines/channels/ReceiveChannel;)Z
653
672
public static synthetic fun cancel$default (Lkotlinx/coroutines/channels/ReceiveChannel;Ljava/lang/Throwable;ILjava/lang/Object;)Z
0 commit comments