game_client_logic_deb 1.8.107 → 1.8.110

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.
@@ -202,6 +202,11 @@
202
202
  initMetadataForClass(SendBroadcast, 'SendBroadcast', VOID, VOID, [Waiter]);
203
203
  initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
204
204
  initMetadataForCoroutine($sendCOROUTINE$0, CoroutineImpl);
205
+ function close$default(cause, $super) {
206
+ cause = cause === VOID ? null : cause;
207
+ return $super === VOID ? this.dz(cause) : $super.dz.call(this, cause);
208
+ }
209
+ initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
205
210
  function cancel$default_0(cause, $super) {
206
211
  cause = cause === VOID ? null : cause;
207
212
  var tmp;
@@ -214,12 +219,7 @@
214
219
  return tmp;
215
220
  }
216
221
  initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
217
- function close$default(cause, $super) {
218
- cause = cause === VOID ? null : cause;
219
- return $super === VOID ? this.dz(cause) : $super.dz.call(this, cause);
220
- }
221
- initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
222
- initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
222
+ initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 4, 0, 3]);
223
223
  initMetadataForClass(WaiterEB, 'WaiterEB');
224
224
  initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
225
225
  initMetadataForObject(Factory, 'Factory');
@@ -229,7 +229,7 @@
229
229
  initMetadataForClass(ChannelResult, 'ChannelResult');
230
230
  initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
231
231
  initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
232
- initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, ReceiveChannel, SendChannel], [0, 1]);
232
+ initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, SendChannel, ReceiveChannel], [0, 1]);
233
233
  initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
234
234
  initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
235
235
  initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [0, 1]);
@@ -280,7 +280,7 @@
280
280
  initMetadataForClass(Symbol, 'Symbol');
281
281
  initMetadataForInterface(SelectInstance, 'SelectInstance');
282
282
  initMetadataForClass(ClauseData, 'ClauseData', VOID, VOID, VOID, [1]);
283
- initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, CancelHandler, [CancelHandler, SelectInstance, Waiter], [0, 2]);
283
+ initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, CancelHandler, [CancelHandler, Waiter, SelectInstance], [0, 2]);
284
284
  initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
285
285
  initMetadataForClass(CancellableContinuationWithOwner, 'CancellableContinuationWithOwner', VOID, VOID, [CancellableContinuation, Waiter]);
286
286
  initMetadataForClass(SemaphoreImpl, 'SemaphoreImpl', VOID, VOID, VOID, [0]);