client_plugin_logic_deb 1.8.208 → 1.8.210

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.
@@ -231,11 +231,6 @@
231
231
  initMetadataForClass(SendBroadcast, 'SendBroadcast', VOID, VOID, [Waiter]);
232
232
  initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
233
233
  initMetadataForCoroutine($sendCOROUTINE$3, CoroutineImpl);
234
- function close$default(cause, $super) {
235
- cause = cause === VOID ? null : cause;
236
- return $super === VOID ? this.p14(cause) : $super.p14.call(this, cause);
237
- }
238
- initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
239
234
  function cancel$default_0(cause, $super) {
240
235
  cause = cause === VOID ? null : cause;
241
236
  var tmp;
@@ -248,7 +243,12 @@
248
243
  return tmp;
249
244
  }
250
245
  initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
251
- initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 4, 0, 3]);
246
+ function close$default(cause, $super) {
247
+ cause = cause === VOID ? null : cause;
248
+ return $super === VOID ? this.p14(cause) : $super.p14.call(this, cause);
249
+ }
250
+ initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
251
+ initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
252
252
  initMetadataForClass(WaiterEB, 'WaiterEB');
253
253
  initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
254
254
  initMetadataForObject(Factory, 'Factory');
@@ -258,7 +258,7 @@
258
258
  initMetadataForClass(ChannelResult, 'ChannelResult');
259
259
  initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
260
260
  initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
261
- initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, SendChannel, ReceiveChannel], [0, 1]);
261
+ initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, ReceiveChannel, SendChannel], [0, 1]);
262
262
  initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
263
263
  initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
264
264
  initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [0, 1]);
@@ -341,7 +341,7 @@
341
341
  initMetadataForClass(Symbol, 'Symbol');
342
342
  initMetadataForInterface(SelectInstance, 'SelectInstance');
343
343
  initMetadataForClass(ClauseData, 'ClauseData', VOID, VOID, VOID, [1]);
344
- initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, CancelHandler, [CancelHandler, Waiter, SelectInstance], [0, 2]);
344
+ initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, CancelHandler, [CancelHandler, SelectInstance, Waiter], [0, 2]);
345
345
  initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
346
346
  initMetadataForClass(CancellableContinuationWithOwner, 'CancellableContinuationWithOwner', VOID, VOID, [CancellableContinuation, Waiter]);
347
347
  initMetadataForClass(SemaphoreImpl, 'SemaphoreImpl', VOID, VOID, VOID, [0]);