client_plugin_logic_deb 1.8.435 → 1.8.436
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -237,6 +237,11 @@
|
|
|
237
237
|
initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
|
|
238
238
|
initMetadataForCoroutine($sendCOROUTINE$, CoroutineImpl);
|
|
239
239
|
initMetadataForCoroutine($receiveCatchingCOROUTINE$, CoroutineImpl);
|
|
240
|
+
function close$default(cause, $super) {
|
|
241
|
+
cause = cause === VOID ? null : cause;
|
|
242
|
+
return $super === VOID ? this.v21(cause) : $super.v21.call(this, cause);
|
|
243
|
+
}
|
|
244
|
+
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
240
245
|
function cancel$default_0(cause, $super) {
|
|
241
246
|
cause = cause === VOID ? null : cause;
|
|
242
247
|
var tmp;
|
|
@@ -249,12 +254,7 @@
|
|
|
249
254
|
return tmp;
|
|
250
255
|
}
|
|
251
256
|
initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
|
|
252
|
-
|
|
253
|
-
cause = cause === VOID ? null : cause;
|
|
254
|
-
return $super === VOID ? this.v21(cause) : $super.v21.call(this, cause);
|
|
255
|
-
}
|
|
256
|
-
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
257
|
-
initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
|
|
257
|
+
initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 4, 0, 3]);
|
|
258
258
|
initMetadataForClass(WaiterEB, 'WaiterEB');
|
|
259
259
|
initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
|
|
260
260
|
initMetadataForObject(Factory, 'Factory');
|
|
@@ -264,7 +264,7 @@
|
|
|
264
264
|
initMetadataForClass(ChannelResult, 'ChannelResult');
|
|
265
265
|
initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
|
|
266
266
|
initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
|
|
267
|
-
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine,
|
|
267
|
+
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, SendChannel, ReceiveChannel], [1, 0]);
|
|
268
268
|
initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
|
|
269
269
|
initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
|
|
270
270
|
initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [1, 0]);
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
initMetadataForClass(Emitter, 'Emitter');
|
|
292
292
|
initMetadataForCoroutine($collectCOROUTINE$_2, CoroutineImpl);
|
|
293
293
|
initMetadataForClass(AbstractSharedFlow, 'AbstractSharedFlow', VOID, SynchronizedObject);
|
|
294
|
-
initMetadataForClass(SharedFlowImpl, 'SharedFlowImpl', VOID, AbstractSharedFlow, [AbstractSharedFlow,
|
|
294
|
+
initMetadataForClass(SharedFlowImpl, 'SharedFlowImpl', VOID, AbstractSharedFlow, [AbstractSharedFlow, Flow, FlowCollector, FusibleFlow], [1]);
|
|
295
295
|
initMetadataForClass(AbstractSharedFlowSlot, 'AbstractSharedFlowSlot');
|
|
296
296
|
initMetadataForClass(SharedFlowSlot, 'SharedFlowSlot', SharedFlowSlot, AbstractSharedFlowSlot);
|
|
297
297
|
initMetadataForInterface(StateFlow, 'StateFlow', VOID, VOID, [Flow], [1]);
|