Map over an iterator with a given concurrency
Iterate over promises serially
async.mapLimit's functionality available as a standalone npm module
Higher order iterator library for JavaScript/TypeScript.
[](http://www.typescriptlang.org/) [](https://www.npmjs.com/package/@n1ru4l/push-pull-async
Get an iterator for any JS language value. Works robustly across all environments, all versions.
Map over array avoiding parallel execution, using promises
Maps the values yielded by an async iterator
Run multiple promise-returning & async functions with limited concurrency using native ES9
Iterate any JS iterator. Works robustly in all environments, all versions.
An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.
Firefox 17-26 iterators throw a StopIteration object to indicate "done". This normalizes it.
Async iterator utilities for Metorial. Provides programmable async iterators for creating controlled data streams and managing async iteration flow.
A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.
No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.
Get the default iterator or async iterator for an iterable or async iterable
Generates and consumes source maps
Map over an array or object of values in parallel or series, passing each through the async iterator, with optional lifecycle hooks.
Creates an async iterator for a variety of inputs in the browser and node. Supports fetch, node-fetch, and cross-fetch
Asynchronous iterator function for parallel processing.
A library of async iterator extensions for JavaScript including ```map```, ```reduce```, ```filter```, ```flatMap```, ```pipe``` and [more](https://github.com/jamiemccrindle/axax/blob/master/docs/API.md#functions).
Apply a function to a each element of a collection and return a new array of results.
Minimal async jobs utility library, with streams support
Polyfill for IE/Node 8 for Symbol.asyncIterator