Array class with non blocking async methods and await support
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`
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.
Allow parsing of async functions
Minimal zero-dependency utilities for using JavaScript Iterables in all environments.
Estlint rule - no async callbacks for array methods
TypeScript definitions for tiny-async-pool
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.
Get a stream as a string, Buffer, ArrayBuffer or array
Higher-order functions and common patterns for asynchronous code
Array manipulation, ordering, searching, summarizing, etc.
Determine if a function is a native async function.
A function that returns the normally hidden `AsyncFunction` constructor
Map over promises concurrently
Helper function to remap async functions to generators