Promise.all() with concurrency limit
Similar to Promise.all, throttled-promise runs parallel promises, but allows you to throttle them.
Assertion engine for JavaScript that plays nicely with parallel promises
Run an array of functions in parallel
flexible configuration of chained and parallel promises
Easy way to limit maximum number of parallel promises
A lightweight Promises/A+ and when() implementation, plus other async goodies.
This utility allows to limit parallel promises, relaunch them with same parameters and rate limit them.
Minimal async jobs utility library, with streams support
Mock HTTP server for testing HTTP clients and stubbing webservices
A basic but performant promise implementation
Fast memoization decorator and other helpers with 1st class support for Promises.
Call an array of promise-returning functions, restricting concurrency to a specified limit.
Run promises in parallel, but throttled
Full featured Promises/A+ implementation with exceptionally good performance
Run an array of functions in parallel, but limit the number of tasks executing at the same time
async based on promises
High-performance type-aware TypeScript linter powered by typescript-go, for use with oxlint.
limit parallel promises without wrapping your function.
Full featured Promises/A+ implementation with exceptionally good performance
Run in parallel a number of promises regarding a big array of data
Like Promise.all, but save rejections until all promises are resolved
Maximize the parallel calls of an iterator supporting asyncIterator interface
Write files in an atomic fashion w/configurable ownership