deferred-promise
There are 11 repositories under deferred-promise topic.
Illvili/wxDefer
微信小程序API增强
lxsmnsyc/Px
Extension functions for JS Promise
tunnckoCore/dush-promise
Plugin for `dush` that makes it a Deferred promise and adds `.resolve`, `.reject`, `.than` and `.catch` methods for more better error handling experience
tunnckoCore/native-promise-deferred
A deferred Promise, using `native-or-another` behind and so it work on Node.js v0.10 too!
Kadeluxe/AsyncTask
Resolve Promises outside them (TypeScript)
nberlette/defer
Robust TypeScript API for deferred handling of Promises. Supports event listeners and custom state-specific callbacks.
ori88c/delayed-async-task
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 the completion of an ongoing execution.
bitbar/deferred-promise
Simple port of jQuery Deffered() based on native Promise
PhpGt/Promise
A pleasant way to work with asynchronous PHP.
TomasHubelbauer/js-deferred
Deferred promise implementation for those times when you do actually need it which is not that rare
tonix-tuft/def-promise
A naive deferred promise, nothing more, nothing less.