react-signal-hook
A performant React hook for managing state transitions and deferred updates with surgical control.
A performant React hook for managing state transitions and deferred updates with surgical control.
A thin wrapper class to create a callable deferred `Promise`.
Basic javascript deferred implementation extends Promise class
enhanced Koa version with cancelable middlewares support
A modern `setTimeout` substitute tailored for asynchronous tasks, designed to schedule a single delayed execution. Features status getters to communicate the execution status, the ability to abort a pending execution, and the option to gracefully await th
A scheduler for one-time (non-periodic) asynchronous tasks, designed to manage delayed executions. It features status getters to communicate the execution state, a robust error handling mechanism for capturing uncaught errors, and the ability to abort pen
Create a deferred async iterator.
for creating deferred Promise and actionable promise
Ben Nadel's DeferredWithUpdate.js
Deferred pattern on top of Promise
Defferred factor function register multiple promise callback with queue
Full featured Promises/A+ implementation with exceptionally good performance
Full featured Promises/A+ implementation with exceptionally good performance
A javascript library implement deferred promise proposed by Mozilla.
If a function does not throw, return the function return value; otherwise, return the return value of a second function.
Define a configurable memoized read-only object property.
Define a memoized object property.
Define a memoized read-only object property.
If a condition is truthy, invoke `x`; otherwise, invoke `y`.
If a predicate function returns a truthy value, invoke `x`; otherwise, invoke `y`.