game_client_logic_deb 1.8.322 → 1.8.323

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.
@@ -216,6 +216,11 @@
216
216
  initMetadataForClass(SendBroadcast, 'SendBroadcast', VOID, VOID, [Waiter]);
217
217
  initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
218
218
  initMetadataForCoroutine($sendCOROUTINE$3, CoroutineImpl);
219
+ function close$default(cause, $super) {
220
+ cause = cause === VOID ? null : cause;
221
+ return $super === VOID ? this.c16(cause) : $super.c16.call(this, cause);
222
+ }
223
+ initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
219
224
  function cancel$default_0(cause, $super) {
220
225
  cause = cause === VOID ? null : cause;
221
226
  var tmp;
@@ -228,12 +233,7 @@
228
233
  return tmp;
229
234
  }
230
235
  initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
231
- function close$default(cause, $super) {
232
- cause = cause === VOID ? null : cause;
233
- return $super === VOID ? this.c16(cause) : $super.c16.call(this, cause);
234
- }
235
- initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
236
- initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
236
+ initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 4, 0, 3]);
237
237
  initMetadataForClass(WaiterEB, 'WaiterEB');
238
238
  initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
239
239
  initMetadataForObject(Factory, 'Factory');
@@ -243,7 +243,7 @@
243
243
  initMetadataForClass(ChannelResult, 'ChannelResult');
244
244
  initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
245
245
  initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
246
- initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, ReceiveChannel, SendChannel], [1, 0]);
246
+ initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, SendChannel, ReceiveChannel], [1, 0]);
247
247
  initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
248
248
  initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
249
249
  initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [1, 0]);
@@ -297,7 +297,7 @@
297
297
  initMetadataForClass(Symbol, 'Symbol');
298
298
  initMetadataForInterface(SelectInstance, 'SelectInstance');
299
299
  initMetadataForClass(ClauseData, 'ClauseData', VOID, VOID, VOID, [1]);
300
- initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, Waiter, SelectInstance], [0, 2]);
300
+ initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, SelectInstance, Waiter], [0, 2]);
301
301
  initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
302
302
  initMetadataForClass(CancellableContinuationWithOwner, 'CancellableContinuationWithOwner', VOID, VOID, [CancellableContinuation, Waiter]);
303
303
  initMetadataForClass(SemaphoreAndMutexImpl, 'SemaphoreAndMutexImpl', VOID, VOID, VOID, [0]);