sindresorhus / p-settleLinks
Settle promises concurrently and get their fulfillment value or rejection reason with optional limited concurrency
☆91Updated last year
Alternatives and similar repositories for p-settle
Users that are interested in p-settle are comparing it to the libraries listed below
Sorting:
- Make a promise always fulfill with its actual fulfillment value or rejection reason☆53Updated 2 years ago
- A better `Promise.race()`☆46Updated 2 years ago
- Define a lazily evaluated property on an object☆65Updated 2 years ago
- Ensures a value is a valid error by making it one if not☆77Updated 3 years ago
- While a condition returns true, calls a function repeatedly, and then resolves the promise☆55Updated 7 months ago
- Lazy number range generator☆81Updated last year
- Wait for any promise to be fulfilled☆54Updated 2 years ago
- Run promise-returning & async functions repeatedly until you end it☆45Updated 4 years ago
- Linkify GitHub issue references☆46Updated 8 months ago
- Stylelint shareable config for XO☆41Updated 2 weeks ago
- Get the first fulfilled promise that satisfies the provided testing function☆76Updated 3 months ago
- Get an array of valid, sorted, and cleaned semver versions from an array of strings☆40Updated 4 years ago
- Check if a namespace on npm is being hogged☆74Updated 5 years ago
- Reduce a list of values using promises into a promise for a value☆70Updated 2 years ago
- Iterate over promises serially☆50Updated 2 years ago
- Conditional promise chains☆61Updated 4 years ago
- Run promise-returning & async functions in series