sindresorhus / p-throttle
Throttle promise-returning & async functions
☆458Updated 2 months ago
Alternatives and similar repositories for p-throttle:
Users that are interested in p-throttle are comparing it to the libraries listed below
- Run promise-returning & async functions concurrently with optional limited concurrency☆322Updated last month
- Retry a promise-returning or async function☆821Updated 2 months ago
- Serialize/deserialize an error into a plain object☆550Updated 3 weeks ago
- Memoize promise-returning & async functions☆400Updated last year
- Timeout a promise after a specified amount of time☆281Updated 3 weeks ago
- Debounce promise-returning & async functions☆212Updated 9 months ago
- Delay a promise a specified amount of time☆608Updated last year
- An inter-process and inter-machine lockfile utility that works on a local or network file system.☆243Updated last year
- Map over promises concurrently☆1,392Updated last month
- Run some code when the process exits☆283Updated last year
- A promises port of https://github.com/raszi/node-tmp☆127Updated 5 months ago
- Map-like, concurrent promise processing☆799Updated 10 months ago
- A utility that allows retrying a function with an exponential delay between attempts.☆361Updated 5 months ago
- Semaphore using `async` and `await`☆637Updated 9 months ago
- Deterministic JSON.stringify() - a faster version of @substack's json-stable-strigify without jsonify.☆295Updated last year
- Find a file or directory by walking up parent directories☆587Updated 6 months ago
- Generate a cryptographically strong random string☆570Updated 2 years ago
- A Node.js file system walker with a Readable stream interface. Extracted from fs-extra.☆317Updated 2 years ago
- Safely and quickly serialize JavaScript objects☆349Updated last month
- Get a stream as a string, Buffer, ArrayBuffer or array☆344Updated 3 months ago
- Simple “Least Recently Used” (LRU) cache☆686Updated last year
- Retries a function that returns a promise, leveraging the power of the retry module.☆312Updated 2 years ago
- A cacheable dns.lookup(…) that respects TTL☆195Updated last year
- Promisify an event by waiting for it to be emitted☆432Updated 10 months ago
- Safe, deterministic and fast serialization alternative to JSON.stringify.☆210Updated last month
- Convert Joi Schemas to TypeScript interfaces