@doordeck/doordeck-headless-sdk 0.80.0 → 0.81.0
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.
|
@@ -198,6 +198,11 @@
|
|
|
198
198
|
initMetadataForClass(SendBroadcast, 'SendBroadcast', VOID, VOID, [Waiter]);
|
|
199
199
|
initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
|
|
200
200
|
initMetadataForCoroutine($sendCOROUTINE$3, CoroutineImpl);
|
|
201
|
+
function close$default(cause, $super) {
|
|
202
|
+
cause = cause === VOID ? null : cause;
|
|
203
|
+
return $super === VOID ? this.a15(cause) : $super.a15.call(this, cause);
|
|
204
|
+
}
|
|
205
|
+
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
201
206
|
function cancel$default_0(cause, $super) {
|
|
202
207
|
cause = cause === VOID ? null : cause;
|
|
203
208
|
var tmp;
|
|
@@ -210,12 +215,7 @@
|
|
|
210
215
|
return tmp;
|
|
211
216
|
}
|
|
212
217
|
initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
|
|
213
|
-
|
|
214
|
-
cause = cause === VOID ? null : cause;
|
|
215
|
-
return $super === VOID ? this.a15(cause) : $super.a15.call(this, cause);
|
|
216
|
-
}
|
|
217
|
-
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
218
|
-
initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
|
|
218
|
+
initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 4, 0, 3]);
|
|
219
219
|
initMetadataForClass(WaiterEB, 'WaiterEB');
|
|
220
220
|
initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
|
|
221
221
|
initMetadataForObject(Factory, 'Factory');
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
initMetadataForClass(ChannelResult, 'ChannelResult');
|
|
226
226
|
initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
|
|
227
227
|
initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
|
|
228
|
-
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine,
|
|
228
|
+
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, SendChannel, ReceiveChannel], [1, 0]);
|
|
229
229
|
initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
|
|
230
230
|
initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
|
|
231
231
|
initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [1, 0]);
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
initMetadataForCoroutine($doSelectSuspendCOROUTINE$21, CoroutineImpl);
|
|
252
252
|
initMetadataForCoroutine($completeCOROUTINE$22, CoroutineImpl);
|
|
253
253
|
initMetadataForCoroutine($processResultAndInvokeBlockRecoveringExceptionCOROUTINE$23, CoroutineImpl);
|
|
254
|
-
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler,
|
|
254
|
+
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, Waiter, SelectInstance], [0, 2]);
|
|
255
255
|
initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
|
|
256
256
|
initMetadataForClass(SetTimeoutBasedDispatcher, 'SetTimeoutBasedDispatcher', VOID, CoroutineDispatcher, [CoroutineDispatcher, Delay], [1]);
|
|
257
257
|
initMetadataForObject(NodeDispatcher, 'NodeDispatcher', VOID, SetTimeoutBasedDispatcher, VOID, [1]);
|