@cruglobal/godtools-shared 0.9.3-SNAPSHOT.1487 → 0.9.3-SNAPSHOT.1489
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.
|
@@ -215,11 +215,6 @@
|
|
|
215
215
|
setMetadataFor(BufferedChannelIterator, 'BufferedChannelIterator', classMeta, VOID, [Waiter], VOID, VOID, VOID, [0, 3]);
|
|
216
216
|
setMetadataFor($sendCOROUTINE$2, '$sendCOROUTINE$2', classMeta, CoroutineImpl);
|
|
217
217
|
setMetadataFor($receiveCatchingCOROUTINE$4, '$receiveCatchingCOROUTINE$4', classMeta, CoroutineImpl);
|
|
218
|
-
function close$default(cause, $super) {
|
|
219
|
-
cause = cause === VOID ? null : cause;
|
|
220
|
-
return $super === VOID ? this.az(cause) : $super.az.call(this, cause);
|
|
221
|
-
}
|
|
222
|
-
setMetadataFor(SendChannel, 'SendChannel', interfaceMeta, VOID, VOID, VOID, VOID, VOID, [1]);
|
|
223
218
|
function cancel$default_0(cause, $super) {
|
|
224
219
|
cause = cause === VOID ? null : cause;
|
|
225
220
|
var tmp;
|
|
@@ -232,7 +227,12 @@
|
|
|
232
227
|
return tmp;
|
|
233
228
|
}
|
|
234
229
|
setMetadataFor(ReceiveChannel, 'ReceiveChannel', interfaceMeta, VOID, VOID, VOID, VOID, VOID, [0]);
|
|
235
|
-
|
|
230
|
+
function close$default(cause, $super) {
|
|
231
|
+
cause = cause === VOID ? null : cause;
|
|
232
|
+
return $super === VOID ? this.az(cause) : $super.az.call(this, cause);
|
|
233
|
+
}
|
|
234
|
+
setMetadataFor(SendChannel, 'SendChannel', interfaceMeta, VOID, VOID, VOID, VOID, VOID, [1]);
|
|
235
|
+
setMetadataFor(BufferedChannel, 'BufferedChannel', classMeta, VOID, [ReceiveChannel, SendChannel], VOID, VOID, VOID, [1, 4, 0, 3]);
|
|
236
236
|
setMetadataFor(WaiterEB, 'WaiterEB', classMeta);
|
|
237
237
|
setMetadataFor(ReceiveCatching, 'ReceiveCatching', classMeta, VOID, [Waiter]);
|
|
238
238
|
setMetadataFor(Factory, 'Factory', objectMeta);
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
setMetadataFor(ChannelResult, 'ChannelResult', classMeta);
|
|
243
243
|
setMetadataFor(ClosedSendChannelException, 'ClosedSendChannelException', classMeta, IllegalStateException);
|
|
244
244
|
setMetadataFor(ClosedReceiveChannelException, 'ClosedReceiveChannelException', classMeta, NoSuchElementException);
|
|
245
|
-
setMetadataFor(ChannelCoroutine, 'ChannelCoroutine', classMeta, AbstractCoroutine, [AbstractCoroutine,
|
|
245
|
+
setMetadataFor(ChannelCoroutine, 'ChannelCoroutine', classMeta, AbstractCoroutine, [AbstractCoroutine, ReceiveChannel, SendChannel], VOID, VOID, VOID, [0, 1]);
|
|
246
246
|
setMetadataFor(ConflatedBufferedChannel, 'ConflatedBufferedChannel', classMeta, BufferedChannel, VOID, VOID, VOID, VOID, [1, 0]);
|
|
247
247
|
setMetadataFor(ProducerScope, 'ProducerScope', interfaceMeta, VOID, [CoroutineScope, SendChannel], VOID, VOID, VOID, [1]);
|
|
248
248
|
setMetadataFor(ProducerCoroutine, 'ProducerCoroutine', classMeta, ChannelCoroutine, [ChannelCoroutine, ProducerScope], VOID, VOID, VOID, [0, 1]);
|
|
@@ -313,7 +313,7 @@
|
|
|
313
313
|
setMetadataFor(Symbol, 'Symbol', classMeta);
|
|
314
314
|
setMetadataFor(SelectInstance, 'SelectInstance', interfaceMeta);
|
|
315
315
|
setMetadataFor(ClauseData, 'ClauseData', classMeta, VOID, VOID, VOID, VOID, VOID, [1]);
|
|
316
|
-
setMetadataFor(SelectImplementation, 'SelectImplementation', classMeta, CancelHandler, [CancelHandler,
|
|
316
|
+
setMetadataFor(SelectImplementation, 'SelectImplementation', classMeta, CancelHandler, [CancelHandler, Waiter, SelectInstance], VOID, VOID, VOID, [0, 2]);
|
|
317
317
|
setMetadataFor(TrySelectDetailedResult, 'TrySelectDetailedResult', classMeta, Enum);
|
|
318
318
|
setMetadataFor(UndispatchedCoroutine, 'UndispatchedCoroutine', classMeta, ScopeCoroutine, VOID, VOID, VOID, VOID, [0]);
|
|
319
319
|
setMetadataFor(SetTimeoutBasedDispatcher, 'SetTimeoutBasedDispatcher', classMeta, CoroutineDispatcher, VOID, VOID, VOID, VOID, [1]);
|