Minimal async jobs utility library, with streams support
Map over array avoiding parallel execution, using promises
Symbol iterator.
Iterate any iterable JS value. Works robustly in all environments, all versions.
Asynchronous Iterator (ES2019)
Detect native Symbol.iterator support.
Asynchronous flow control with a functional taste to it
Map over an array or object of values in parallel or series, passing each through the async iterator, with optional lifecycle hooks.
ES async interator wrapper for node streams
Convert an abstract-chunk-store compliant store into an async iterator, or write to using an async iterator.
filter a javascript iterator
Modern EventSource client for browsers and Node.js
Make any iterator or iterable abortable via an AbortSignal
An asynchronous iterator library for advanced object pipelines.
Iterate over a collection, invoking a function for each element.
Walk up ancester's dir up to root
Async iterator utilities
No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.
Provide helpers that polyfill all methods defined in [iterator helpers proposal](https://github.com/tc39/proposal-iterator-helpers), both for `Iterator` and `AsyncIterator`, and even more.
Apply a function to a each element of a collection and return a new array of results.
Symbol.
An async iterator that joins multiple other async iterators in order, one after another.
A polyfill for Iterator helpers proposal
Calls async iterator next using a callback format