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
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ public abstract interface class kotlinx/coroutines/ChildJob : kotlinx/coroutines
100
100
}
101
101
102
102
public final class kotlinx/coroutines/ChildJob$DefaultImpls {
103
-
public static synthetic fun cancel (Lkotlinx/coroutines/ChildJob;)V
103
+
public static fun cancel (Lkotlinx/coroutines/ChildJob;)V
104
104
public static fun fold (Lkotlinx/coroutines/ChildJob;Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object;
105
105
public static fun get (Lkotlinx/coroutines/ChildJob;Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext$Element;
106
106
public static fun minusKey (Lkotlinx/coroutines/ChildJob;Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext;
@@ -114,7 +114,7 @@ public abstract interface class kotlinx/coroutines/CompletableDeferred : kotlinx
114
114
}
115
115
116
116
public final class kotlinx/coroutines/CompletableDeferred$DefaultImpls {
117
-
public static synthetic fun cancel (Lkotlinx/coroutines/CompletableDeferred;)V
117
+
public static fun cancel (Lkotlinx/coroutines/CompletableDeferred;)V
118
118
public static fun fold (Lkotlinx/coroutines/CompletableDeferred;Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object;
119
119
public static fun get (Lkotlinx/coroutines/CompletableDeferred;Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext$Element;
120
120
public static fun minusKey (Lkotlinx/coroutines/CompletableDeferred;Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext;
@@ -136,7 +136,7 @@ public abstract interface class kotlinx/coroutines/CompletableJob : kotlinx/coro
136
136
}
137
137
138
138
public final class kotlinx/coroutines/CompletableJob$DefaultImpls {
139
-
public static synthetic fun cancel (Lkotlinx/coroutines/CompletableJob;)V
139
+
public static fun cancel (Lkotlinx/coroutines/CompletableJob;)V
140
140
public static fun fold (Lkotlinx/coroutines/CompletableJob;Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object;
141
141
public static fun get (Lkotlinx/coroutines/CompletableJob;Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext$Element;
142
142
public static fun minusKey (Lkotlinx/coroutines/CompletableJob;Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext;
@@ -293,7 +293,7 @@ public abstract interface class kotlinx/coroutines/Deferred : kotlinx/coroutines
293
293
}
294
294
295
295
public final class kotlinx/coroutines/Deferred$DefaultImpls {
296
-
public static synthetic fun cancel (Lkotlinx/coroutines/Deferred;)V
296
+
public static fun cancel (Lkotlinx/coroutines/Deferred;)V
297
297
public static fun fold (Lkotlinx/coroutines/Deferred;Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object;
298
298
public static fun get (Lkotlinx/coroutines/Deferred;Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext$Element;
299
299
public static fun minusKey (Lkotlinx/coroutines/Deferred;Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext;
@@ -419,7 +419,7 @@ public abstract interface class kotlinx/coroutines/Job : kotlin/coroutines/Corou
419
419
}
420
420
421
421
public final class kotlinx/coroutines/Job$DefaultImpls {
422
-
public static synthetic fun cancel (Lkotlinx/coroutines/Job;)V
422
+
public static fun cancel (Lkotlinx/coroutines/Job;)V
423
423
public static synthetic fun cancel$default (Lkotlinx/coroutines/Job;Ljava/lang/Throwable;ILjava/lang/Object;)Z
424
424
public static synthetic fun cancel$default (Lkotlinx/coroutines/Job;Ljava/util/concurrent/CancellationException;ILjava/lang/Object;)V
425
425
public static fun fold (Lkotlinx/coroutines/Job;Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object;
@@ -562,7 +562,7 @@ public abstract interface class kotlinx/coroutines/ParentJob : kotlinx/coroutine
562
562
}
563
563
564
564
public final class kotlinx/coroutines/ParentJob$DefaultImpls {
565
-
public static synthetic fun cancel (Lkotlinx/coroutines/ParentJob;)V
565
+
public static fun cancel (Lkotlinx/coroutines/ParentJob;)V
566
566
public static fun fold (Lkotlinx/coroutines/ParentJob;Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object;
567
567
public static fun get (Lkotlinx/coroutines/ParentJob;Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext$Element;
568
568
public static fun minusKey (Lkotlinx/coroutines/ParentJob;Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext;
@@ -637,7 +637,7 @@ public abstract interface class kotlinx/coroutines/channels/ActorScope : kotlinx
637
637
}
638
638
639
639
public final class kotlinx/coroutines/channels/ActorScope$DefaultImpls {
640
-
public static synthetic fun cancel (Lkotlinx/coroutines/channels/ActorScope;)V
640
+
public static fun cancel (Lkotlinx/coroutines/channels/ActorScope;)V
641
641
public static fun getOnReceiveOrNull (Lkotlinx/coroutines/channels/ActorScope;)Lkotlinx/coroutines/selects/SelectClause1;
642
642
public static fun poll (Lkotlinx/coroutines/channels/ActorScope;)Ljava/lang/Object;
643
643
public static fun receiveOrNull (Lkotlinx/coroutines/channels/ActorScope;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
@@ -687,7 +687,7 @@ public abstract interface class kotlinx/coroutines/channels/Channel : kotlinx/co
687
687
}
688
688
689
689
public final class kotlinx/coroutines/channels/Channel$DefaultImpls {
690
-
public static synthetic fun cancel (Lkotlinx/coroutines/channels/Channel;)V
690
+
public static fun cancel (Lkotlinx/coroutines/channels/Channel;)V
691
691
public static fun getOnReceiveOrNull (Lkotlinx/coroutines/channels/Channel;)Lkotlinx/coroutines/selects/SelectClause1;
692
692
public static fun offer (Lkotlinx/coroutines/channels/Channel;Ljava/lang/Object;)Z
693
693
public static fun poll (Lkotlinx/coroutines/channels/Channel;)Ljava/lang/Object;
@@ -710,7 +710,7 @@ public abstract interface class kotlinx/coroutines/channels/ChannelIterator {
710
710
}
711
711
712
712
public final class kotlinx/coroutines/channels/ChannelIterator$DefaultImpls {
713
-
public static synthetic fun next (Lkotlinx/coroutines/channels/ChannelIterator;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
713
+
public static fun next (Lkotlinx/coroutines/channels/ChannelIterator;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
714
714
}
715
715
716
716
public final class kotlinx/coroutines/channels/ChannelKt {
@@ -899,7 +899,7 @@ public abstract interface class kotlinx/coroutines/channels/ReceiveChannel {
899
899
}
900
900
901
901
public final class kotlinx/coroutines/channels/ReceiveChannel$DefaultImpls {
902
-
public static synthetic fun cancel (Lkotlinx/coroutines/channels/ReceiveChannel;)V
902
+
public static fun cancel (Lkotlinx/coroutines/channels/ReceiveChannel;)V
903
903
public static synthetic fun cancel$default (Lkotlinx/coroutines/channels/ReceiveChannel;Ljava/lang/Throwable;ILjava/lang/Object;)Z
904
904
public static synthetic fun cancel$default (Lkotlinx/coroutines/channels/ReceiveChannel;Ljava/util/concurrent/CancellationException;ILjava/lang/Object;)V
905
905
public static fun getOnReceiveOrNull (Lkotlinx/coroutines/channels/ReceiveChannel;)Lkotlinx/coroutines/selects/SelectClause1;
0 commit comments