Home
last modified time | relevance | path

Searched refs:asyncIterator (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/iterall/
H A Dindex.mjs426 * string `"@@asyncIterator"` when `Symbol.asyncIterator` is not defined.
434 * var $$asyncIterator = require('iterall').$$asyncIterator
465 /*:: declare export var $$asyncIterator: '@@asyncIterator'; */
466 export var $$asyncIterator = SYMBOL_ASYNC_ITERATOR || '@@asyncIterator'
470 * either implementing a `Symbol.asyncIterator` or `"@@asyncIterator"` method.
527 * var asyncIterator = method.call(myStream)
542 asyncIterable['@@asyncIterator']
591 if (asyncIterator) {
592 return asyncIterator
678 if (asyncIterator) {
[all …]
H A DREADME.md255 - [$$asyncIterator](#asynciterator-1)
560 ### $$asyncIterator
565 string `"@@asyncIterator"` when `Symbol.asyncIterator` is not defined.
567 Use `$$asyncIterator` for defining new AsyncIterables instead of
574 var $$asyncIterator = require('iterall').$$asyncIterator
580 Chirper.prototype[$$asyncIterator] = function () {
607 either implementing a `Symbol.asyncIterator` or `"@@asyncIterator"` method.
636 var asyncIterator = getAsyncIterator(myStream)
637 asyncIterator.next().then(console.log) // { value: 1, done: false }
638 asyncIterator.next().then(console.log) // { value: 2, done: false }
[all …]
/dports/devel/jetbrains-goland/GoLand-2019.3.1/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dlib.esnext.asynciterable.d.ts29 readonly asyncIterator: symbol; property
39 [Symbol.asyncIterator](): AsyncIterator<T>;
43 [Symbol.asyncIterator](): AsyncIterableIterator<T>;
H A Dlib.es2018.asynciterable.d.ts29 readonly asyncIterator: symbol; property
40 [Symbol.asyncIterator](): AsyncIterator<T>;
44 [Symbol.asyncIterator](): AsyncIterableIterator<T>;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/typescript/lib/
H A Dlib.esnext.asynciterable.d.ts29 readonly asyncIterator: symbol; property
39 [Symbol.asyncIterator](): AsyncIterator<T>;
43 [Symbol.asyncIterator](): AsyncIterableIterator<T>;
H A Dlib.es2018.asynciterable.d.ts29 readonly asyncIterator: symbol; property
40 [Symbol.asyncIterator](): AsyncIterator<T>;
44 [Symbol.asyncIterator](): AsyncIterableIterator<T>;
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dlib.esnext.asynciterable.d.ts29 readonly asyncIterator: symbol; property
39 [Symbol.asyncIterator](): AsyncIterator<T>;
43 [Symbol.asyncIterator](): AsyncIterableIterator<T>;
H A Dlib.es2018.asynciterable.d.ts29 readonly asyncIterator: symbol; property
40 [Symbol.asyncIterator](): AsyncIterator<T>;
44 [Symbol.asyncIterator](): AsyncIterableIterator<T>;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/node/node_modules/typescript/lib/
H A Dlib.esnext.asynciterable.d.ts29 readonly asyncIterator: symbol; property
39 [Symbol.asyncIterator](): AsyncIterator<T>;
43 [Symbol.asyncIterator](): AsyncIterableIterator<T>;
H A Dlib.es2018.asynciterable.d.ts29 readonly asyncIterator: symbol; property
39 [Symbol.asyncIterator](): AsyncIterator<T>;
43 [Symbol.asyncIterator](): AsyncIterableIterator<T>;
/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dlib.es2018.asynciterable.d.ts29 readonly asyncIterator: unique symbol; property
40 [Symbol.asyncIterator](): AsyncIterator<T>;
44 [Symbol.asyncIterator](): AsyncIterableIterator<T>;
/dports/devel/jetbrains-phpstorm/PhpStorm-213.6461.83/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dlib.es2018.asynciterable.d.ts29 readonly asyncIterator: unique symbol; property
40 [Symbol.asyncIterator](): AsyncIterator<T>;
44 [Symbol.asyncIterator](): AsyncIterableIterator<T>;
/dports/java/netbeans/netbeans/webcommon/typescript-lsp/node_modules/typescript/lib/
H A Dlib.es2018.asynciterable.d.ts29 readonly asyncIterator: symbol; property
40 [Symbol.asyncIterator](): AsyncIterator<T>;
44 [Symbol.asyncIterator](): AsyncIterableIterator<T>;
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/server/static/lib/
H A Dlib.es2018.asynciterable.d.ts29 readonly asyncIterator: symbol; property
40 [Symbol.asyncIterator](): AsyncIterator<T>;
44 [Symbol.asyncIterator](): AsyncIterableIterator<T>;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/typescript/lib/
H A Dlib.es2018.asynciterable.d.ts29 readonly asyncIterator: symbol; property
40 [Symbol.asyncIterator](): AsyncIterator<T>;
44 [Symbol.asyncIterator](): AsyncIterableIterator<T>;
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/file-system-access/
H A Dsandboxed_FileSystemDirectoryHandle-iteration.https.any.js.ini5 [@@asyncIterator: full iteration works]
25 [@@asyncIterator: full iteration works]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/file-system-access/
H A Dsandboxed_FileSystemDirectoryHandle-iteration.https.any.js.ini5 [@@asyncIterator: full iteration works]
25 [@@asyncIterator: full iteration works]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/file-system-access/
H A Dsandboxed_FileSystemDirectoryHandle-iteration.https.any.js.ini5 [@@asyncIterator: full iteration works]
25 [@@asyncIterator: full iteration works]
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/graphql/subscription/
H A DasyncIteratorReject.mjs12 import { $$asyncIterator } from 'iterall';
37 }, $$asyncIterator, function () {
H A DmapAsyncIterator.mjs12 import { $$asyncIterator, getAsyncIterator } from 'iterall';
63 }, $$asyncIterator, function () {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/js/src/ipc/
H A Dreader.ts112 public [Symbol.asyncIterator](): AsyncIterableIterator<RecordBatch<T>> {
113 return (<AsyncIterableIterator<RecordBatch<T>>> this._impl)[Symbol.asyncIterator]();
119 : { [Symbol.asyncIterator]: () => this } as AsyncIterable<RecordBatch<T>>));
125 : { [Symbol.asyncIterator]: () => this } as AsyncIterable<RecordBatch<T>>),
209 …public async *[Symbol.asyncIterator](): AsyncIterableIterator<RecordBatch<T>> { yield* this[Symbol…
215 …public [Symbol.asyncIterator]() { return (this._impl as AsyncIterableIterator<RecordBatch<T>>)[Sym…
305 [Symbol.asyncIterator](): AsyncIterableIterator<RecordBatch<T>>;
458 public [Symbol.asyncIterator](): AsyncIterableIterator<RecordBatch<T>> {
/dports/databases/arrow/apache-arrow-6.0.1/js/src/ipc/
H A Dreader.ts112 public [Symbol.asyncIterator](): AsyncIterableIterator<RecordBatch<T>> {
113 return (<AsyncIterableIterator<RecordBatch<T>>> this._impl)[Symbol.asyncIterator]();
119 : { [Symbol.asyncIterator]: () => this } as AsyncIterable<RecordBatch<T>>));
125 : { [Symbol.asyncIterator]: () => this } as AsyncIterable<RecordBatch<T>>),
209 …public async *[Symbol.asyncIterator](): AsyncIterableIterator<RecordBatch<T>> { yield* this[Symbol…
215 …public [Symbol.asyncIterator]() { return (this._impl as AsyncIterableIterator<RecordBatch<T>>)[Sym…
305 [Symbol.asyncIterator](): AsyncIterableIterator<RecordBatch<T>>;
458 public [Symbol.asyncIterator](): AsyncIterableIterator<RecordBatch<T>> {
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/js/src/ipc/
H A Dreader.ts112 public [Symbol.asyncIterator](): AsyncIterableIterator<RecordBatch<T>> {
113 return (<AsyncIterableIterator<RecordBatch<T>>> this._impl)[Symbol.asyncIterator]();
119 : { [Symbol.asyncIterator]: () => this } as AsyncIterable<RecordBatch<T>>));
125 : { [Symbol.asyncIterator]: () => this } as AsyncIterable<RecordBatch<T>>),
209 …public async *[Symbol.asyncIterator](): AsyncIterableIterator<RecordBatch<T>> { yield* this[Symbol…
215 …public [Symbol.asyncIterator]() { return (this._impl as AsyncIterableIterator<RecordBatch<T>>)[Sym…
307 [Symbol.asyncIterator](): AsyncIterableIterator<RecordBatch<T>>;
460 public [Symbol.asyncIterator](): AsyncIterableIterator<RecordBatch<T>> {
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/Common/
H A DTaskHelpers.cs95 …internal static Task Iterate(IEnumerable<Task> asyncIterator, CancellationToken cancellationToken … in Iterate() argument
97 Contract.Assert(asyncIterator != null); in Iterate()
102 enumerator = asyncIterator.GetEnumerator(); in Iterate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/third_party/lit-html/package/ts3.4/test/lib/
H A Dtest-async-iterable.d.ts26 [Symbol.asyncIterator](): AsyncIterableIterator<T>;

12345678910>>...16