@abecodes/promise-helper
A useful, zero dependencies toolbox to handle different situations like trigerring sequential Promises, a sequence with pause in between, parallel execution and limited parallel execution
A useful, zero dependencies toolbox to handle different situations like trigerring sequential Promises, a sequence with pause in between, parallel execution and limited parallel execution
Function that runs in Promise.race() your promise and a timeout, if timeout completes first resulting promise rejects with error.
Function that returns a Promise which will be resolved on timeout
Utility for custom hooks in React
Node HTTP client used in course 10xDevs.pl
Get objects only after timeout, sorted by timeout (longest expiration first).
Container for timeouts and intervals that allows you to keep track of them.
A lightweight TypeScript utility to create a Promise that resolves after a specified delay.
A lightweight TypeScript utility to repeatedly execute an asynchronous predicate until it resolves to true or times out.
Client for working with an HTTP-based cloud service
Extended promise with timeout capability
Avoid timers throttling by browser when tab is inactive
Promise'd setTimeout
Improved NestJS HttpModule
Bunch of useful hooks
Simple function who returns a promise that resolves after a certain amount of time.
Promise Helpers
Timeout a promise.
A resilience and transient-fault-handling library that allows developers to express policies such as Backoff, Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. Inspired by .NET Polly.
Timeout a promise after a specified amount of time