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
+25-5Lines changed: 25 additions & 5 deletions
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,12 +297,14 @@ 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;
299
305
public static final fun cancelChildren (Lkotlin/coroutines/CoroutineContext;)V
300
306
public static final fun cancelChildren (Lkotlin/coroutines/CoroutineContext;Ljava/lang/Throwable;)V
307
+
public static final fun cancelChildren (Lkotlinx/coroutines/Job;)V
301
308
public static final fun cancelChildren (Lkotlinx/coroutines/Job;Ljava/lang/Throwable;)V
302
309
public static synthetic fun cancelChildren$default (Lkotlin/coroutines/CoroutineContext;Ljava/lang/Throwable;ILjava/lang/Object;)V
303
310
public static synthetic fun cancelChildren$default (Lkotlinx/coroutines/Job;Ljava/lang/Throwable;ILjava/lang/Object;)V
@@ -309,7 +316,8 @@ public final class kotlinx/coroutines/JobKt {
309
316
public class kotlinx/coroutines/JobSupport : kotlinx/coroutines/ChildJob, kotlinx/coroutines/Job, kotlinx/coroutines/ParentJob, kotlinx/coroutines/selects/SelectClause0 {
310
317
public fun <init> (Z)V
311
318
public final fun attachChild (Lkotlinx/coroutines/ChildJob;)Lkotlinx/coroutines/ChildHandle;
312
-
public fun cancel ()Z
319
+
public fun cancel ()V
320
+
public synthetic fun cancel ()Z
313
321
public fun cancel (Ljava/lang/Throwable;)Z
314
322
public fun childCancelled (Ljava/lang/Throwable;)Z
315
323
public fun fold (Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object;
@@ -349,7 +357,8 @@ public abstract class kotlinx/coroutines/MainCoroutineDispatcher : kotlinx/corou
349
357
public final class kotlinx/coroutines/NonCancellable : kotlin/coroutines/AbstractCoroutineContextElement, kotlinx/coroutines/Job {
350
358
public static final field INSTANCE Lkotlinx/coroutines/NonCancellable;
351
359
public fun attachChild (Lkotlinx/coroutines/ChildJob;)Lkotlinx/coroutines/ChildHandle;
352
-
public fun cancel ()Z
360
+
public fun cancel ()V
361
+
public synthetic fun cancel ()Z
353
362
public fun cancel (Ljava/lang/Throwable;)Z
354
363
public fun getCancellationException ()Ljava/util/concurrent/CancellationException;
355
364
public fun getChildren ()Lkotlin/sequences/Sequence;
@@ -379,6 +388,7 @@ public abstract interface class kotlinx/coroutines/ParentJob : kotlinx/coroutine
379
388
}
380
389
381
390
public final class kotlinx/coroutines/ParentJob$DefaultImpls {
391
+
public static synthetic fun cancel (Lkotlinx/coroutines/ParentJob;)Z
382
392
public static fun fold (Lkotlinx/coroutines/ParentJob;Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object;
383
393
public static fun get (Lkotlinx/coroutines/ParentJob;Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext$Element;
384
394
public static fun minusKey (Lkotlinx/coroutines/ParentJob;Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext;
@@ -439,6 +449,10 @@ public abstract interface class kotlinx/coroutines/channels/ActorScope : kotlinx
439
449
public abstract fun getChannel ()Lkotlinx/coroutines/channels/Channel;
440
450
}
441
451
452
+
public final class kotlinx/coroutines/channels/ActorScope$DefaultImpls {
453
+
public static synthetic fun cancel (Lkotlinx/coroutines/channels/ActorScope;)Z
454
+
}
455
+
442
456
public abstract interface class kotlinx/coroutines/channels/BroadcastChannel : kotlinx/coroutines/channels/SendChannel {
443
457
public abstract fun cancel (Ljava/lang/Throwable;)Z
444
458
public abstract fun openSubscription ()Lkotlinx/coroutines/channels/ReceiveChannel;
@@ -466,6 +480,10 @@ public abstract interface class kotlinx/coroutines/channels/Channel : kotlinx/co
466
480
public static final field UNLIMITED I
467
481
}
468
482
483
+
public final class kotlinx/coroutines/channels/Channel$DefaultImpls {
484
+
public static synthetic fun cancel (Lkotlinx/coroutines/channels/Channel;)Z
485
+
}
486
+
469
487
public final class kotlinx/coroutines/channels/Channel$Factory {
470
488
public static final field CONFLATED I
471
489
public static final field RENDEZVOUS I
@@ -637,7 +655,8 @@ public abstract interface class kotlinx/coroutines/channels/ProducerScope : kotl
637
655
}
638
656
639
657
public abstract interface class kotlinx/coroutines/channels/ReceiveChannel {
640
-
public abstract fun cancel ()Z
658
+
public abstract fun cancel ()V
659
+
public abstract synthetic fun cancel ()Z
641
660
public abstract fun cancel (Ljava/lang/Throwable;)Z
642
661
public abstract fun getOnReceive ()Lkotlinx/coroutines/selects/SelectClause1;
643
662
public abstract fun getOnReceiveOrNull ()Lkotlinx/coroutines/selects/SelectClause1;
@@ -650,6 +669,7 @@ public abstract interface class kotlinx/coroutines/channels/ReceiveChannel {
650
669
}
651
670
652
671
public final class kotlinx/coroutines/channels/ReceiveChannel$DefaultImpls {
672
+
public static synthetic fun cancel (Lkotlinx/coroutines/channels/ReceiveChannel;)Z
653
673
public static synthetic fun cancel$default (Lkotlinx/coroutines/channels/ReceiveChannel;Ljava/lang/Throwable;ILjava/lang/Object;)Z
0 commit comments