Create a promise that reports progress
Repositories
sindresorhus repositories
Like `Promise.all()` but for `Map` and `Object`
Promise queue with concurrency control
A better `Promise.race()`
Reduce a list of values using promises into a promise for a value
Make a promise always fulfill with its actual fulfillment value or rejection reason
Retry a promise-returning or async function
Run promise-returning & async functions in series
Settle promises concurrently and get their fulfillment value or rejection reason with optional limited concurrency
Wait for a specified number of promises to be fulfilled
Inspect the state of a promise
Tap into a promise chain without affecting its value or state
Throttle promise-returning & async functions
Measure the time a promise takes to resolve
Timeout a promise after a specified amount of time
Run promise-returning & async functions a specific number of times concurrently
Start a promise chain
Wait for a condition to be true
Run promise-returning & async functions in series, each passing its result to the next
While a condition returns true, calls a function repeatedly, and then resolves the promise