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-reactive.txt
+17
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,23 @@ public final class kotlinx/coroutines/reactive/PublishKt {
27
27
public static final fun publishInternal (Lkotlinx/coroutines/CoroutineScope;Lkotlin/coroutines/CoroutineContext;Lkotlin/jvm/functions/Function2;)Lorg/reactivestreams/Publisher;
28
28
}
29
29
30
+
public final class kotlinx/coroutines/reactive/PublisherCoroutine : kotlinx/coroutines/AbstractCoroutine, kotlinx/coroutines/channels/ProducerScope, kotlinx/coroutines/selects/SelectClause2, org/reactivestreams/Subscription {
31
+
public fun <init> (Lkotlin/coroutines/CoroutineContext;Lorg/reactivestreams/Subscriber;)V
32
+
public fun cancel ()V
33
+
public fun close (Ljava/lang/Throwable;)Z
34
+
public fun getChannel ()Lkotlinx/coroutines/channels/SendChannel;
35
+
public fun getOnSend ()Lkotlinx/coroutines/selects/SelectClause2;
36
+
public fun invokeOnClose (Lkotlin/jvm/functions/Function1;)Ljava/lang/Void;
37
+
public synthetic fun invokeOnClose (Lkotlin/jvm/functions/Function1;)V
38
+
public fun isClosedForSend ()Z
39
+
public fun isFull ()Z
40
+
public fun offer (Ljava/lang/Object;)Z
41
+
public synthetic fun onCompleted (Ljava/lang/Object;)V
42
+
public fun registerSelectClause2 (Lkotlinx/coroutines/selects/SelectInstance;Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)V
43
+
public fun request (J)V
44
+
public fun send (Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
45
+
}
46
+
30
47
public final class kotlinx/coroutines/reactive/flow/FlowAsPublisherKt {
31
48
public static final fun from (Lkotlinx/coroutines/flow/Flow;)Lorg/reactivestreams/Publisher;
Copy file name to clipboardExpand all lines: binary-compatibility-validator/reference-public-api/kotlinx-coroutines-reactor.txt
+13
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,19 @@ public final class kotlinx/coroutines/reactor/MonoKt {
19
19
public static synthetic fun mono$default (Lkotlinx/coroutines/CoroutineScope;Lkotlin/coroutines/CoroutineContext;Lkotlin/jvm/functions/Function2;ILjava/lang/Object;)Lreactor/core/publisher/Mono;
20
20
}
21
21
22
+
public final class kotlinx/coroutines/reactor/ReactorContext : kotlin/coroutines/AbstractCoroutineContextElement {
23
+
public static final field Key Lkotlinx/coroutines/reactor/ReactorContext$Key;
24
+
public fun <init> (Lreactor/util/context/Context;)V
25
+
public final fun getContext ()Lreactor/util/context/Context;
26
+
}
27
+
28
+
public final class kotlinx/coroutines/reactor/ReactorContext$Key : kotlin/coroutines/CoroutineContext$Key {
29
+
}
30
+
31
+
public final class kotlinx/coroutines/reactor/ReactorContextKt {
32
+
public static final fun asCoroutineContext (Lreactor/util/context/Context;)Lkotlinx/coroutines/reactor/ReactorContext;
33
+
}
34
+
22
35
public final class kotlinx/coroutines/reactor/SchedulerCoroutineDispatcher : kotlinx/coroutines/CoroutineDispatcher, kotlinx/coroutines/Delay {
23
36
public fun <init> (Lreactor/core/scheduler/Scheduler;)V
24
37
public fun delay (JLkotlin/coroutines/Continuation;)Ljava/lang/Object;
0 commit comments