mrs-toolbox-cli 0.0.112 → 0.0.113
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.
|
@@ -192,6 +192,11 @@
|
|
|
192
192
|
setMetadataFor($hasNextCOROUTINE$5, '$hasNextCOROUTINE$5', classMeta, CoroutineImpl);
|
|
193
193
|
setMetadataFor(SendBroadcast, 'SendBroadcast', classMeta, VOID, [Waiter]);
|
|
194
194
|
setMetadataFor(BufferedChannelIterator, 'BufferedChannelIterator', classMeta, VOID, [Waiter], VOID, VOID, VOID, [0, 3]);
|
|
195
|
+
function close$default(cause, $super) {
|
|
196
|
+
cause = cause === VOID ? null : cause;
|
|
197
|
+
return $super === VOID ? this.s10(cause) : $super.s10.call(this, cause);
|
|
198
|
+
}
|
|
199
|
+
setMetadataFor(SendChannel, 'SendChannel', interfaceMeta, VOID, VOID, VOID, VOID, VOID, [1]);
|
|
195
200
|
function cancel$default_0(cause, $super) {
|
|
196
201
|
cause = cause === VOID ? null : cause;
|
|
197
202
|
var tmp;
|
|
@@ -204,12 +209,7 @@
|
|
|
204
209
|
return tmp;
|
|
205
210
|
}
|
|
206
211
|
setMetadataFor(ReceiveChannel, 'ReceiveChannel', interfaceMeta, VOID, VOID, VOID, VOID, VOID, [0]);
|
|
207
|
-
|
|
208
|
-
cause = cause === VOID ? null : cause;
|
|
209
|
-
return $super === VOID ? this.s10(cause) : $super.s10.call(this, cause);
|
|
210
|
-
}
|
|
211
|
-
setMetadataFor(SendChannel, 'SendChannel', interfaceMeta, VOID, VOID, VOID, VOID, VOID, [1]);
|
|
212
|
-
setMetadataFor(BufferedChannel, 'BufferedChannel', classMeta, VOID, [ReceiveChannel, SendChannel], VOID, VOID, VOID, [1, 4, 0, 3]);
|
|
212
|
+
setMetadataFor(BufferedChannel, 'BufferedChannel', classMeta, VOID, [SendChannel, ReceiveChannel], VOID, VOID, VOID, [1, 4, 0, 3]);
|
|
213
213
|
setMetadataFor(WaiterEB, 'WaiterEB', classMeta);
|
|
214
214
|
setMetadataFor(ReceiveCatching, 'ReceiveCatching', classMeta, VOID, [Waiter]);
|
|
215
215
|
setMetadataFor(Factory, 'Factory', objectMeta);
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
setMetadataFor(Symbol, 'Symbol', classMeta);
|
|
235
235
|
setMetadataFor(SelectInstance, 'SelectInstance', interfaceMeta);
|
|
236
236
|
setMetadataFor(ClauseData, 'ClauseData', classMeta, VOID, VOID, VOID, VOID, VOID, [1]);
|
|
237
|
-
setMetadataFor(SelectImplementation, 'SelectImplementation', classMeta, CancelHandler, [CancelHandler,
|
|
237
|
+
setMetadataFor(SelectImplementation, 'SelectImplementation', classMeta, CancelHandler, [CancelHandler, SelectInstance, Waiter], VOID, VOID, VOID, [0, 2]);
|
|
238
238
|
setMetadataFor(TrySelectDetailedResult, 'TrySelectDetailedResult', classMeta, Enum);
|
|
239
239
|
setMetadataFor(CloseableCoroutineDispatcher, 'CloseableCoroutineDispatcher', classMeta, CoroutineDispatcher);
|
|
240
240
|
setMetadataFor(Dispatchers, 'Dispatchers', objectMeta);
|