raspberry_games_server_game_logic 1.8.446 → 1.8.447

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.
@@ -230,11 +230,6 @@
230
230
  initMetadataForClass(SendBroadcast, 'SendBroadcast', VOID, VOID, [Waiter]);
231
231
  initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
232
232
  initMetadataForCoroutine($sendCOROUTINE$, CoroutineImpl);
233
- function close$default(cause, $super) {
234
- cause = cause === VOID ? null : cause;
235
- return $super === VOID ? this.c26(cause) : $super.c26.call(this, cause);
236
- }
237
- initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
238
233
  function cancel$default_0(cause, $super) {
239
234
  cause = cause === VOID ? null : cause;
240
235
  var tmp;
@@ -247,7 +242,12 @@
247
242
  return tmp;
248
243
  }
249
244
  initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
250
- initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 4, 0, 3]);
245
+ function close$default(cause, $super) {
246
+ cause = cause === VOID ? null : cause;
247
+ return $super === VOID ? this.c26(cause) : $super.c26.call(this, cause);
248
+ }
249
+ initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
250
+ initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
251
251
  initMetadataForClass(WaiterEB, 'WaiterEB');
252
252
  initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
253
253
  initMetadataForObject(Factory, 'Factory');
@@ -257,7 +257,7 @@
257
257
  initMetadataForClass(ChannelResult, 'ChannelResult');
258
258
  initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
259
259
  initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
260
- initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, SendChannel, ReceiveChannel], [1, 0]);
260
+ initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, ReceiveChannel, SendChannel], [1, 0]);
261
261
  initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
262
262
  initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
263
263
  initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [1, 0]);