game_client_logic_deb 1.6.56 → 1.6.62

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.
@@ -199,11 +199,6 @@
199
199
  setMetadataFor(SendBroadcast, 'SendBroadcast', classMeta, VOID, [Waiter]);
200
200
  setMetadataFor(BufferedChannelIterator, 'BufferedChannelIterator', classMeta, VOID, [Waiter], VOID, VOID, VOID, [0, 3]);
201
201
  setMetadataFor($sendCOROUTINE$0, '$sendCOROUTINE$0', classMeta, CoroutineImpl);
202
- function close$default(cause, $super) {
203
- cause = cause === VOID ? null : cause;
204
- return $super === VOID ? this.b24(cause) : $super.b24.call(this, cause);
205
- }
206
- setMetadataFor(SendChannel, 'SendChannel', interfaceMeta, VOID, VOID, VOID, VOID, VOID, [1]);
207
202
  function cancel$default_0(cause, $super) {
208
203
  cause = cause === VOID ? null : cause;
209
204
  var tmp;
@@ -216,7 +211,12 @@
216
211
  return tmp;
217
212
  }
218
213
  setMetadataFor(ReceiveChannel, 'ReceiveChannel', interfaceMeta, VOID, VOID, VOID, VOID, VOID, [0]);
219
- setMetadataFor(BufferedChannel, 'BufferedChannel', classMeta, VOID, [SendChannel, ReceiveChannel], VOID, VOID, VOID, [1, 4, 0, 3]);
214
+ function close$default(cause, $super) {
215
+ cause = cause === VOID ? null : cause;
216
+ return $super === VOID ? this.b24(cause) : $super.b24.call(this, cause);
217
+ }
218
+ setMetadataFor(SendChannel, 'SendChannel', interfaceMeta, VOID, VOID, VOID, VOID, VOID, [1]);
219
+ setMetadataFor(BufferedChannel, 'BufferedChannel', classMeta, VOID, [ReceiveChannel, SendChannel], VOID, VOID, VOID, [1, 4, 0, 3]);
220
220
  setMetadataFor(WaiterEB, 'WaiterEB', classMeta);
221
221
  setMetadataFor(ReceiveCatching, 'ReceiveCatching', classMeta, VOID, [Waiter]);
222
222
  setMetadataFor(Factory, 'Factory', objectMeta);
@@ -226,7 +226,7 @@
226
226
  setMetadataFor(ChannelResult, 'ChannelResult', classMeta);
227
227
  setMetadataFor(ClosedSendChannelException, 'ClosedSendChannelException', classMeta, IllegalStateException);
228
228
  setMetadataFor(ClosedReceiveChannelException, 'ClosedReceiveChannelException', classMeta, NoSuchElementException);
229
- setMetadataFor(ChannelCoroutine, 'ChannelCoroutine', classMeta, AbstractCoroutine, [AbstractCoroutine, SendChannel, ReceiveChannel], VOID, VOID, VOID, [0, 1]);
229
+ setMetadataFor(ChannelCoroutine, 'ChannelCoroutine', classMeta, AbstractCoroutine, [AbstractCoroutine, ReceiveChannel, SendChannel], VOID, VOID, VOID, [0, 1]);
230
230
  setMetadataFor(ConflatedBufferedChannel, 'ConflatedBufferedChannel', classMeta, BufferedChannel, VOID, VOID, VOID, VOID, [1, 0]);
231
231
  setMetadataFor(ProducerScope, 'ProducerScope', interfaceMeta, VOID, [CoroutineScope, SendChannel], VOID, VOID, VOID, [1]);
232
232
  setMetadataFor(ProducerCoroutine, 'ProducerCoroutine', classMeta, ChannelCoroutine, [ChannelCoroutine, ProducerScope], VOID, VOID, VOID, [0, 1]);