@cruglobal/godtools-shared 0.9.3-SNAPSHOT.1415 → 0.9.3-SNAPSHOT.1417
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.
|
@@ -214,11 +214,6 @@
|
|
|
214
214
|
setMetadataFor(BufferedChannelIterator, 'BufferedChannelIterator', classMeta, VOID, [Waiter], VOID, VOID, VOID, [0, 3]);
|
|
215
215
|
setMetadataFor($sendCOROUTINE$2, '$sendCOROUTINE$2', classMeta, CoroutineImpl);
|
|
216
216
|
setMetadataFor($receiveCatchingCOROUTINE$4, '$receiveCatchingCOROUTINE$4', classMeta, CoroutineImpl);
|
|
217
|
-
function close$default(cause, $super) {
|
|
218
|
-
cause = cause === VOID ? null : cause;
|
|
219
|
-
return $super === VOID ? this.ix(cause) : $super.ix.call(this, cause);
|
|
220
|
-
}
|
|
221
|
-
setMetadataFor(SendChannel, 'SendChannel', interfaceMeta, VOID, VOID, VOID, VOID, VOID, [1]);
|
|
222
217
|
function cancel$default_0(cause, $super) {
|
|
223
218
|
cause = cause === VOID ? null : cause;
|
|
224
219
|
var tmp;
|
|
@@ -231,7 +226,12 @@
|
|
|
231
226
|
return tmp;
|
|
232
227
|
}
|
|
233
228
|
setMetadataFor(ReceiveChannel, 'ReceiveChannel', interfaceMeta, VOID, VOID, VOID, VOID, VOID, [0]);
|
|
234
|
-
|
|
229
|
+
function close$default(cause, $super) {
|
|
230
|
+
cause = cause === VOID ? null : cause;
|
|
231
|
+
return $super === VOID ? this.ix(cause) : $super.ix.call(this, cause);
|
|
232
|
+
}
|
|
233
|
+
setMetadataFor(SendChannel, 'SendChannel', interfaceMeta, VOID, VOID, VOID, VOID, VOID, [1]);
|
|
234
|
+
setMetadataFor(BufferedChannel, 'BufferedChannel', classMeta, VOID, [ReceiveChannel, SendChannel], VOID, VOID, VOID, [1, 4, 0, 3]);
|
|
235
235
|
setMetadataFor(WaiterEB, 'WaiterEB', classMeta);
|
|
236
236
|
setMetadataFor(ReceiveCatching, 'ReceiveCatching', classMeta, VOID, [Waiter]);
|
|
237
237
|
setMetadataFor(Factory, 'Factory', objectMeta);
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
setMetadataFor(ChannelResult, 'ChannelResult', classMeta);
|
|
242
242
|
setMetadataFor(ClosedSendChannelException, 'ClosedSendChannelException', classMeta, IllegalStateException);
|
|
243
243
|
setMetadataFor(ClosedReceiveChannelException, 'ClosedReceiveChannelException', classMeta, NoSuchElementException);
|
|
244
|
-
setMetadataFor(ChannelCoroutine, 'ChannelCoroutine', classMeta, AbstractCoroutine, [AbstractCoroutine,
|
|
244
|
+
setMetadataFor(ChannelCoroutine, 'ChannelCoroutine', classMeta, AbstractCoroutine, [AbstractCoroutine, ReceiveChannel, SendChannel], VOID, VOID, VOID, [0, 1]);
|
|
245
245
|
setMetadataFor(ConflatedBufferedChannel, 'ConflatedBufferedChannel', classMeta, BufferedChannel, VOID, VOID, VOID, VOID, [1, 0]);
|
|
246
246
|
setMetadataFor(ProducerScope, 'ProducerScope', interfaceMeta, VOID, [CoroutineScope, SendChannel], VOID, VOID, VOID, [1]);
|
|
247
247
|
setMetadataFor(ProducerCoroutine, 'ProducerCoroutine', classMeta, ChannelCoroutine, [ChannelCoroutine, ProducerScope], VOID, VOID, VOID, [0, 1]);
|