@cruglobal/godtools-shared 1.3.0-SNAPSHOT.1842 → 1.3.0-SNAPSHOT.1843
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.
|
@@ -209,6 +209,11 @@
|
|
|
209
209
|
initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
|
|
210
210
|
initMetadataForCoroutine($sendCOROUTINE$, CoroutineImpl);
|
|
211
211
|
initMetadataForCoroutine($receiveCatchingCOROUTINE$, CoroutineImpl);
|
|
212
|
+
function close$default(cause, $super) {
|
|
213
|
+
cause = cause === VOID ? null : cause;
|
|
214
|
+
return $super === VOID ? this.q22(cause) : $super.q22.call(this, cause);
|
|
215
|
+
}
|
|
216
|
+
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
212
217
|
function cancel$default_0(cause, $super) {
|
|
213
218
|
cause = cause === VOID ? null : cause;
|
|
214
219
|
var tmp;
|
|
@@ -221,12 +226,7 @@
|
|
|
221
226
|
return tmp;
|
|
222
227
|
}
|
|
223
228
|
initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
|
|
224
|
-
|
|
225
|
-
cause = cause === VOID ? null : cause;
|
|
226
|
-
return $super === VOID ? this.q22(cause) : $super.q22.call(this, cause);
|
|
227
|
-
}
|
|
228
|
-
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
229
|
-
initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
|
|
229
|
+
initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 4, 0, 3]);
|
|
230
230
|
initMetadataForClass(WaiterEB, 'WaiterEB');
|
|
231
231
|
initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
|
|
232
232
|
initMetadataForObject(Factory, 'Factory');
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
initMetadataForClass(ChannelResult, 'ChannelResult');
|
|
237
237
|
initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
|
|
238
238
|
initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
|
|
239
|
-
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine,
|
|
239
|
+
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, SendChannel, ReceiveChannel], [1, 0]);
|
|
240
240
|
initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
|
|
241
241
|
initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
|
|
242
242
|
initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [1, 0]);
|
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
|
|
305
305
|
initMetadataForClass(SetTimeoutBasedDispatcher, 'SetTimeoutBasedDispatcher', VOID, CoroutineDispatcher, VOID, [1]);
|
|
306
306
|
initMetadataForObject(NodeDispatcher, 'NodeDispatcher', VOID, SetTimeoutBasedDispatcher, VOID, [1]);
|
|
307
|
-
initMetadataForClass(MessageQueue, 'MessageQueue', VOID, VOID, [
|
|
307
|
+
initMetadataForClass(MessageQueue, 'MessageQueue', VOID, VOID, [MutableIterable, KtList, Collection]);
|
|
308
308
|
initMetadataForClass(ScheduledMessageQueue, 'ScheduledMessageQueue', VOID, MessageQueue);
|
|
309
309
|
initMetadataForClass(WindowMessageQueue, 'WindowMessageQueue', VOID, MessageQueue);
|
|
310
310
|
initMetadataForClass(UnconfinedEventLoop, 'UnconfinedEventLoop', UnconfinedEventLoop, EventLoop);
|