deferred-async-iterator
Create a deferred async iterator.
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
Fishbird is a simple, lightweight, and fast Promise utility library
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`.
Inside-out promise; lets you call resolve and reject from outside the Promise constructor function.