Skip to content

tj/deferred.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Tiny Deferred on top of a Promise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published