raspberry_games_server_game_logic 1.8.488 → 1.8.490
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,6 +239,11 @@
|
|
|
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]);
|
|
242
247
|
function cancel$default_0(cause, $super) {
|
|
243
248
|
cause = cause === VOID ? null : cause;
|
|
244
249
|
var tmp;
|
|
@@ -251,12 +256,7 @@
|
|
|
251
256
|
return tmp;
|
|
252
257
|
}
|
|
253
258
|
initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
|
|
254
|
-
|
|
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]);
|
|
259
|
+
initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [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,
|
|
269
|
+
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, SendChannel, ReceiveChannel], [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]);
|
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
initMetadataForClass(Emitter, 'Emitter');
|
|
284
284
|
initMetadataForCoroutine($collectCOROUTINE$_1, CoroutineImpl);
|
|
285
285
|
initMetadataForClass(AbstractSharedFlow, 'AbstractSharedFlow', VOID, SynchronizedObject);
|
|
286
|
-
initMetadataForClass(SharedFlowImpl, 'SharedFlowImpl', VOID, AbstractSharedFlow, [AbstractSharedFlow,
|
|
286
|
+
initMetadataForClass(SharedFlowImpl, 'SharedFlowImpl', VOID, AbstractSharedFlow, [AbstractSharedFlow, Flow, FlowCollector], [1]);
|
|
287
287
|
initMetadataForClass(AbstractSharedFlowSlot, 'AbstractSharedFlowSlot');
|
|
288
288
|
initMetadataForClass(SharedFlowSlot, 'SharedFlowSlot', SharedFlowSlot, AbstractSharedFlowSlot);
|
|
289
289
|
initMetadataForInterface(StateFlow, 'StateFlow', VOID, VOID, [Flow], [1]);
|
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
initMetadataForClass(Symbol, 'Symbol');
|
|
329
329
|
initMetadataForInterface(SelectInstance, 'SelectInstance');
|
|
330
330
|
initMetadataForClass(ClauseData, 'ClauseData', VOID, VOID, VOID, [1]);
|
|
331
|
-
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler,
|
|
331
|
+
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, Waiter, SelectInstance], [0, 2]);
|
|
332
332
|
initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
|
|
333
333
|
initMetadataForClass(CancellableContinuationWithOwner, 'CancellableContinuationWithOwner', VOID, VOID, [CancellableContinuation, Waiter]);
|
|
334
334
|
initMetadataForClass(SemaphoreAndMutexImpl, 'SemaphoreAndMutexImpl', VOID, VOID, VOID, [0]);
|