Wrapper to make array functions that take a callback asynchronous.
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
Integration wrappers for utility libraries
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
Promise with .resolve() and .reject() methods
Semaphore using `async` and `await`
Binary wrapper that makes your programs seamlessly available as local dependencies
Allow parsing of async functions
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.
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.
ES7 async-await wrapper for the csv package.
wrap a vue component as a web component.
A Promise-based interface into processes created by child_process.spawn
Allow parsing of async generator functions
Determine if a function is a native async function.
Asynchronous iterator function for parallel processing.
Get a stream as a string, Buffer, ArrayBuffer or array