@cruglobal/godtools-shared 1.3.2-SNAPSHOT.2198 → 1.3.2-SNAPSHOT.2199

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.
@@ -220,6 +220,11 @@
220
220
  initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
221
221
  initMetadataForCoroutine($sendCOROUTINE$, CoroutineImpl);
222
222
  initMetadataForCoroutine($receiveCatchingCOROUTINE$, CoroutineImpl);
223
+ function close$default(cause, $super) {
224
+ cause = cause === VOID ? null : cause;
225
+ return $super === VOID ? this.n1z(cause) : $super.n1z.call(this, cause);
226
+ }
227
+ initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
223
228
  function cancel$default_0(cause, $super) {
224
229
  cause = cause === VOID ? null : cause;
225
230
  var tmp;
@@ -232,12 +237,7 @@
232
237
  return tmp;
233
238
  }
234
239
  initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
235
- function close$default(cause, $super) {
236
- cause = cause === VOID ? null : cause;
237
- return $super === VOID ? this.n1z(cause) : $super.n1z.call(this, cause);
238
- }
239
- initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
240
- initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
240
+ initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 4, 0, 3]);
241
241
  initMetadataForClass(WaiterEB, 'WaiterEB');
242
242
  initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
243
243
  initMetadataForObject(Factory, 'Factory');
@@ -247,7 +247,7 @@
247
247
  initMetadataForClass(ChannelResult, 'ChannelResult');
248
248
  initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
249
249
  initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
250
- initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, ReceiveChannel, SendChannel], [1, 0]);
250
+ initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, SendChannel, ReceiveChannel], [1, 0]);
251
251
  initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
252
252
  initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
253
253
  initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [1, 0]);
@@ -316,7 +316,7 @@
316
316
  initMetadataForClass(Symbol, 'Symbol');
317
317
  initMetadataForInterface(SelectInstance, 'SelectInstance');
318
318
  initMetadataForClass(ClauseData, 'ClauseData', VOID, VOID, VOID, [1]);
319
- initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, Waiter, SelectInstance], [0, 2]);
319
+ initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, SelectInstance, Waiter], [0, 2]);
320
320
  initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
321
321
  initMetadataForClass(SetTimeoutBasedDispatcher, 'SetTimeoutBasedDispatcher', VOID, CoroutineDispatcher, VOID, [1]);
322
322
  initMetadataForObject(NodeDispatcher, 'NodeDispatcher', VOID, SetTimeoutBasedDispatcher, VOID, [1]);