Wrapper around an `Iterable` or `AsyncIterable` providing the methods from the [Async Iterator Helpers proposal](https://github.com/tc39/proposal-async-iterator-helpers).
No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.
Minimal async jobs utility library, with streams support
asynchronous function queue with adjustable concurrency
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
Semaphore using `async` and `await`
Estlint rule - no async callbacks for array methods
Allow parsing of async functions
Minimal zero-dependency utilities for using JavaScript Iterables in all environments.
TypeScript definitions for tiny-async-pool
Efficient Binary heap (priority queue, binary tree) data structure for JavaScript / TypeScript. Includes JavaScript methods, Python's heapq module methods, and Java's PriorityQueue methods.
Promisify a callback-based function
A utility for managing the `processinfo` folder that NYC uses.
A Promise-based interface into processes created by child_process.spawn
Allow parsing of async generator functions
Asynchronous iterator function for parallel processing.
Higher-order functions and common patterns for asynchronous code
Get a stream as a string, Buffer, ArrayBuffer or array
Array manipulation, ordering, searching, summarizing, etc.
Polyfill for Symbol.dispose and Symbol.asyncDispose
Determine if a function is a native async function.
A function that returns the normally hidden `AsyncFunction` constructor
Helper function to remap async functions to generators