@solibo/solibo-sdk 1.0.39 → 1.0.40
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.
|
@@ -224,11 +224,6 @@ initMetadataForClass(SendBroadcast, 'SendBroadcast', VOID, VOID, [Waiter]);
|
|
|
224
224
|
initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
|
|
225
225
|
initMetadataForCoroutine($sendCOROUTINE$, CoroutineImpl);
|
|
226
226
|
initMetadataForCoroutine($receiveCOROUTINE$, CoroutineImpl);
|
|
227
|
-
function close$default(cause, $super) {
|
|
228
|
-
cause = cause === VOID ? null : cause;
|
|
229
|
-
return $super === VOID ? this.a2e(cause) : $super.a2e.call(this, cause);
|
|
230
|
-
}
|
|
231
|
-
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
232
227
|
function cancel$default_0(cause, $super) {
|
|
233
228
|
cause = cause === VOID ? null : cause;
|
|
234
229
|
var tmp;
|
|
@@ -241,7 +236,12 @@ function cancel$default_0(cause, $super) {
|
|
|
241
236
|
return tmp;
|
|
242
237
|
}
|
|
243
238
|
initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
|
|
244
|
-
|
|
239
|
+
function close$default(cause, $super) {
|
|
240
|
+
cause = cause === VOID ? null : cause;
|
|
241
|
+
return $super === VOID ? this.a2e(cause) : $super.a2e.call(this, cause);
|
|
242
|
+
}
|
|
243
|
+
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
244
|
+
initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
|
|
245
245
|
initMetadataForClass(WaiterEB, 'WaiterEB');
|
|
246
246
|
initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
|
|
247
247
|
initMetadataForObject(Factory, 'Factory');
|
|
@@ -251,7 +251,7 @@ initMetadataForCompanion(Companion);
|
|
|
251
251
|
initMetadataForClass(ChannelResult, 'ChannelResult');
|
|
252
252
|
initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
|
|
253
253
|
initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
|
|
254
|
-
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine,
|
|
254
|
+
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, ReceiveChannel, SendChannel], [1, 0]);
|
|
255
255
|
initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
|
|
256
256
|
initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
|
|
257
257
|
initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [1, 0]);
|
|
@@ -270,7 +270,7 @@ initMetadataForClass(ContextScope, 'ContextScope', VOID, VOID, [CoroutineScope])
|
|
|
270
270
|
initMetadataForClass(Symbol, 'Symbol');
|
|
271
271
|
initMetadataForInterface(SelectInstance, 'SelectInstance');
|
|
272
272
|
initMetadataForClass(ClauseData, 'ClauseData', VOID, VOID, VOID, [1]);
|
|
273
|
-
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler,
|
|
273
|
+
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, Waiter, SelectInstance], [0, 2]);
|
|
274
274
|
initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
|
|
275
275
|
function tryLock$default(owner, $super) {
|
|
276
276
|
owner = owner === VOID ? null : owner;
|