All Projects → tj → Deferred.js

tj / Deferred.js

Tiny Deferred on top of a Promise

Programming Languages

javascript
184084 projects - #8 most used programming language

Deferred

Tiny Deferred on top of a Promise, aka a Promise without the callback, you may store and resolve it later. This is a useful capability when working with async/await, where one "coroutine" performs some work, while others wait on the result.

Installation

$ npm install tj/deferred.js

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].