@cruglobal/godtools-shared 1.0.2-SNAPSHOT.1553 → 1.0.2-SNAPSHOT.1555

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,11 +208,6 @@
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]);
216
211
  function cancel$default_0(cause, $super) {
217
212
  cause = cause === VOID ? null : cause;
218
213
  var tmp;
@@ -225,7 +220,12 @@
225
220
  return tmp;
226
221
  }
227
222
  setMetadataFor(ReceiveChannel, 'ReceiveChannel', interfaceMeta, VOID, VOID, VOID, VOID, VOID, [0]);
228
- setMetadataFor(BufferedChannel, 'BufferedChannel', classMeta, VOID, [SendChannel, ReceiveChannel], VOID, VOID, VOID, [1, 4, 0, 3]);
223
+ function close$default(cause, $super) {
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]);
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, SendChannel, ReceiveChannel], VOID, VOID, VOID, [0, 1]);
238
+ setMetadataFor(ChannelCoroutine, 'ChannelCoroutine', classMeta, AbstractCoroutine, [AbstractCoroutine, ReceiveChannel, SendChannel], 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]);
@@ -306,7 +306,7 @@
306
306
  setMetadataFor(Symbol, 'Symbol', classMeta);
307
307
  setMetadataFor(SelectInstance, 'SelectInstance', interfaceMeta);
308
308
  setMetadataFor(ClauseData, 'ClauseData', classMeta, VOID, VOID, VOID, VOID, VOID, [1]);
309
- setMetadataFor(SelectImplementation, 'SelectImplementation', classMeta, VOID, [CancelHandler, SelectInstance, Waiter], VOID, VOID, VOID, [0, 2]);
309
+ setMetadataFor(SelectImplementation, 'SelectImplementation', classMeta, VOID, [CancelHandler, Waiter, SelectInstance], VOID, VOID, VOID, [0, 2]);
310
310
  setMetadataFor(TrySelectDetailedResult, 'TrySelectDetailedResult', classMeta, Enum);
311
311
  setMetadataFor(UndispatchedCoroutine, 'UndispatchedCoroutine', classMeta, ScopeCoroutine, VOID, VOID, VOID, VOID, [0]);
312
312
  setMetadataFor(SetTimeoutBasedDispatcher, 'SetTimeoutBasedDispatcher', classMeta, CoroutineDispatcher, VOID, VOID, VOID, VOID, [1]);