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