@cruglobal/godtools-shared 1.0.2-SNAPSHOT.1558 → 1.0.2-SNAPSHOT.1560
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.
|
@@ -208,6 +208,11 @@
|
|
|
208
208
|
setMetadataFor(BufferedChannelIterator, 'BufferedChannelIterator', classMeta, VOID, [Waiter], VOID, VOID, VOID, [0, 3]);
|
|
209
209
|
setMetadataFor($sendCOROUTINE$2, '$sendCOROUTINE$2', classMeta, CoroutineImpl);
|
|
210
210
|
setMetadataFor($receiveCatchingCOROUTINE$4, '$receiveCatchingCOROUTINE$4', classMeta, CoroutineImpl);
|
|
211
|
+
function close$default(cause, $super) {
|
|
212
|
+
cause = cause === VOID ? null : cause;
|
|
213
|
+
return $super === VOID ? this.hz(cause) : $super.hz.call(this, cause);
|
|
214
|
+
}
|
|
215
|
+
setMetadataFor(SendChannel, 'SendChannel', interfaceMeta, VOID, VOID, VOID, VOID, VOID, [1]);
|
|
211
216
|
function cancel$default_0(cause, $super) {
|
|
212
217
|
cause = cause === VOID ? null : cause;
|
|
213
218
|
var tmp;
|
|
@@ -220,12 +225,7 @@
|
|
|
220
225
|
return tmp;
|
|
221
226
|
}
|
|
222
227
|
setMetadataFor(ReceiveChannel, 'ReceiveChannel', interfaceMeta, VOID, VOID, VOID, VOID, VOID, [0]);
|
|
223
|
-
|
|
224
|
-
cause = cause === VOID ? null : cause;
|
|
225
|
-
return $super === VOID ? this.hz(cause) : $super.hz.call(this, cause);
|
|
226
|
-
}
|
|
227
|
-
setMetadataFor(SendChannel, 'SendChannel', interfaceMeta, VOID, VOID, VOID, VOID, VOID, [1]);
|
|
228
|
-
setMetadataFor(BufferedChannel, 'BufferedChannel', classMeta, VOID, [ReceiveChannel, SendChannel], VOID, VOID, VOID, [1, 4, 0, 3]);
|
|
228
|
+
setMetadataFor(BufferedChannel, 'BufferedChannel', classMeta, VOID, [SendChannel, ReceiveChannel], VOID, VOID, VOID, [1, 4, 0, 3]);
|
|
229
229
|
setMetadataFor(WaiterEB, 'WaiterEB', classMeta);
|
|
230
230
|
setMetadataFor(ReceiveCatching, 'ReceiveCatching', classMeta, VOID, [Waiter]);
|
|
231
231
|
setMetadataFor(Factory, 'Factory', objectMeta);
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
setMetadataFor(ChannelResult, 'ChannelResult', classMeta);
|
|
236
236
|
setMetadataFor(ClosedSendChannelException, 'ClosedSendChannelException', classMeta, IllegalStateException);
|
|
237
237
|
setMetadataFor(ClosedReceiveChannelException, 'ClosedReceiveChannelException', classMeta, NoSuchElementException);
|
|
238
|
-
setMetadataFor(ChannelCoroutine, 'ChannelCoroutine', classMeta, AbstractCoroutine, [AbstractCoroutine,
|
|
238
|
+
setMetadataFor(ChannelCoroutine, 'ChannelCoroutine', classMeta, AbstractCoroutine, [AbstractCoroutine, SendChannel, ReceiveChannel], VOID, VOID, VOID, [0, 1]);
|
|
239
239
|
setMetadataFor(ConflatedBufferedChannel, 'ConflatedBufferedChannel', classMeta, BufferedChannel, VOID, VOID, VOID, VOID, [1, 0]);
|
|
240
240
|
setMetadataFor(ProducerScope, 'ProducerScope', interfaceMeta, VOID, [CoroutineScope, SendChannel], VOID, VOID, VOID, [1]);
|
|
241
241
|
setMetadataFor(ProducerCoroutine, 'ProducerCoroutine', classMeta, ChannelCoroutine, [ChannelCoroutine, ProducerScope], VOID, VOID, VOID, [0, 1]);
|