Timeout a promise after a specified amount of time
☆299Oct 7, 2025Updated 4 months ago
Alternatives and similar repositories for p-timeout
Users that are interested in p-timeout are comparing it to the libraries listed below
Sorting:
- Retry a promise-returning or async function☆990Dec 9, 2025Updated 2 months ago
- Map over promises serially☆50Apr 9, 2021Updated 4 years ago
- A better `Promise.race()`☆51Dec 13, 2022Updated 3 years ago
- Test whether some promise passes a testing function☆14Mar 15, 2019Updated 6 years ago
- Wait for a condition to be true☆166Sep 21, 2025Updated 5 months ago
- Reduce a list of values using promises into a promise for a value☆74Feb 11, 2023Updated 3 years ago
- Create a promise that can be canceled☆447Sep 9, 2025Updated 5 months ago
- Start a promise chain☆60Sep 16, 2025Updated 5 months ago
- Wait for a specified number of promises to be fulfilled☆39Sep 11, 2025Updated 5 months ago
- Make a promise always fulfill with its actual fulfillment value or rejection reason☆56Sep 11, 2025Updated 5 months ago
- While a condition returns true, calls a function repeatedly, and then resolves the promise☆58Oct 16, 2024Updated last year
- Calls a function repeatedly while a condition returns true and then resolves the promise☆37Aug 29, 2024Updated last year
- Filter promises concurrently☆80Dec 27, 2023Updated 2 years ago
- Run promise-returning & async functions a specific number of times concurrently☆41Oct 4, 2021Updated 4 years ago
- Break out of a promise chain☆24Apr 7, 2021Updated 4 years ago
- Wait for any promise to be fulfilled☆56Jul 9, 2022Updated 3 years ago
- Settle promises concurrently and get their fulfillment value or rejection reason with optional limited concurrency☆94Sep 11, 2025Updated 5 months ago
- Memoize promise-returning & async functions☆437Oct 16, 2025Updated 4 months ago
- Conditional promise chains☆63Apr 9, 2021Updated 4 years ago
- Iterate over promises serially☆52Jul 8, 2022Updated 3 years ago
- Debounce promise-returning & async functions☆234Nov 11, 2025Updated 3 months ago
- Decompress a HTTP response if needed☆75Oct 13, 2025Updated 4 months ago
- Log the value/error of a promise☆29Apr 9, 2021Updated 4 years ago
- Map over promises concurrently☆1,481Nov 11, 2025Updated 3 months ago
- Delay a promise a specified amount of time☆627Oct 31, 2025Updated 4 months ago
- Run promise-returning & async functions repeatedly until you end it☆48Feb 2, 2026Updated last month
- Like `Promise.all()` but for `Map` and `Object`☆200Sep 21, 2025Updated 5 months ago
- Promisify an event by waiting for it to be emitted☆445Jan 19, 2026Updated last month
- Test whether all promises passes a testing function☆12Mar 15, 2019Updated 6 years ago
- Create a noop process and get the PID☆14Aug 10, 2021Updated 4 years ago
- Strip redundant indentation and indent the string☆55May 3, 2021Updated 4 years ago
- Run promise-returning & async functions in series☆71Aug 12, 2021Updated 4 years ago
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆69Sep 15, 2025Updated 5 months ago
- `Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome☆47Apr 9, 2021Updated 4 years ago
- Get an array of valid, sorted, and cleaned semver versions from an array of strings☆41Apr 21, 2021Updated 4 years ago
- Conditional promise catch handler☆40Apr 9, 2021Updated 4 years ago
- Promisify a callback-style function☆1,514Sep 12, 2022Updated 3 years ago
- Simple wildcard matching☆34Sep 15, 2025Updated 5 months ago
- Returns a promise resolved in the next event loop - think `setImmediate()`☆72Apr 9, 2021Updated 4 years ago