A TypeScript utility library for asynchronous array iteration.
Minimal async jobs utility library, with streams support
Minimal zero-dependency utilities for using JavaScript Iterables in all environments.
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.
async.mapLimit's functionality available as a standalone npm module
A small wrapper that makes IndexedDB usable
Merge AsyncIterables with all corner cases covered.
An async iterator that joins multiple other async iterators in order, one after another.
Convert event emitters and event targets to ES async iterators
Async iterator utilities for Metorial. Provides programmable async iterators for creating controlled data streams and managing async iteration flow.
utility functions for async iterators
No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.
Combine Multiple Asynchronous Iterators in one (not a sequence)
Merge multiple async iterators
The missing constructor function for creating safe async iterators
An implementation for Array.fromAsync, which dumps an async iterator into an array.
Higher order functions for iterators and async iterators
iterate over collections in sync & async
asynchronous function queue with adjustable concurrency
Small library to simplify working with Generators and Iterators in Javascript / Typescript
Extended iterable class, providing lazy array-like methods with automatic async and return/throw forwarding
Async array reduce. Asynchronously applies a function against an accumulator and each element in an array (from left to right, in series) to reduce it to a single value.
Get the first fulfilled promise that satisfies the provided testing function
A babel preset for transforming your JavaScript for Airbnb