raspberry_games_server_game_logic 1.8.372 → 1.8.373
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.
|
@@ -229,6 +229,11 @@
|
|
|
229
229
|
initMetadataForClass(SendBroadcast, 'SendBroadcast', VOID, VOID, [Waiter]);
|
|
230
230
|
initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
|
|
231
231
|
initMetadataForCoroutine($sendCOROUTINE$, CoroutineImpl);
|
|
232
|
+
function close$default(cause, $super) {
|
|
233
|
+
cause = cause === VOID ? null : cause;
|
|
234
|
+
return $super === VOID ? this.z25(cause) : $super.z25.call(this, cause);
|
|
235
|
+
}
|
|
236
|
+
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
232
237
|
function cancel$default_0(cause, $super) {
|
|
233
238
|
cause = cause === VOID ? null : cause;
|
|
234
239
|
var tmp;
|
|
@@ -241,12 +246,7 @@
|
|
|
241
246
|
return tmp;
|
|
242
247
|
}
|
|
243
248
|
initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
|
|
244
|
-
|
|
245
|
-
cause = cause === VOID ? null : cause;
|
|
246
|
-
return $super === VOID ? this.z25(cause) : $super.z25.call(this, cause);
|
|
247
|
-
}
|
|
248
|
-
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
249
|
-
initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
|
|
249
|
+
initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 4, 0, 3]);
|
|
250
250
|
initMetadataForClass(WaiterEB, 'WaiterEB');
|
|
251
251
|
initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
|
|
252
252
|
initMetadataForObject(Factory, 'Factory');
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
initMetadataForClass(ChannelResult, 'ChannelResult');
|
|
257
257
|
initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
|
|
258
258
|
initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
|
|
259
|
-
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine,
|
|
259
|
+
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, SendChannel, ReceiveChannel], [1, 0]);
|
|
260
260
|
initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
|
|
261
261
|
initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
|
|
262
262
|
initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [1, 0]);
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
initMetadataForClass(Emitter, 'Emitter');
|
|
274
274
|
initMetadataForCoroutine($collectCOROUTINE$_1, CoroutineImpl);
|
|
275
275
|
initMetadataForClass(AbstractSharedFlow, 'AbstractSharedFlow', VOID, SynchronizedObject);
|
|
276
|
-
initMetadataForClass(SharedFlowImpl, 'SharedFlowImpl', VOID, AbstractSharedFlow, [AbstractSharedFlow,
|
|
276
|
+
initMetadataForClass(SharedFlowImpl, 'SharedFlowImpl', VOID, AbstractSharedFlow, [AbstractSharedFlow, Flow, FlowCollector], [1]);
|
|
277
277
|
initMetadataForClass(AbstractSharedFlowSlot, 'AbstractSharedFlowSlot');
|
|
278
278
|
initMetadataForClass(SharedFlowSlot, 'SharedFlowSlot', SharedFlowSlot, AbstractSharedFlowSlot);
|
|
279
279
|
initMetadataForInterface(StateFlow, 'StateFlow', VOID, VOID, [Flow], [1]);
|