raspberry_games_server_game_logic 1.8.487 → 1.8.488

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.
@@ -239,11 +239,6 @@
239
239
  initMetadataForClass(SendBroadcast, 'SendBroadcast', VOID, VOID, [Waiter]);
240
240
  initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
241
241
  initMetadataForCoroutine($sendCOROUTINE$, CoroutineImpl);
242
- function close$default(cause, $super) {
243
- cause = cause === VOID ? null : cause;
244
- return $super === VOID ? this.h28(cause) : $super.h28.call(this, cause);
245
- }
246
- initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
247
242
  function cancel$default_0(cause, $super) {
248
243
  cause = cause === VOID ? null : cause;
249
244
  var tmp;
@@ -256,7 +251,12 @@
256
251
  return tmp;
257
252
  }
258
253
  initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
259
- initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 4, 0, 3]);
254
+ function close$default(cause, $super) {
255
+ cause = cause === VOID ? null : cause;
256
+ return $super === VOID ? this.h28(cause) : $super.h28.call(this, cause);
257
+ }
258
+ initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
259
+ initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
260
260
  initMetadataForClass(WaiterEB, 'WaiterEB');
261
261
  initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
262
262
  initMetadataForObject(Factory, 'Factory');
@@ -266,7 +266,7 @@
266
266
  initMetadataForClass(ChannelResult, 'ChannelResult');
267
267
  initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
268
268
  initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
269
- initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, SendChannel, ReceiveChannel], [1, 0]);
269
+ initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, ReceiveChannel, SendChannel], [1, 0]);
270
270
  initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
271
271
  initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
272
272
  initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [1, 0]);