Skip to content

Original concept of (future and promise) while implementing Promises/A+

License

Notifications You must be signed in to change notification settings

Boelroy/Future.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Promises/A+ logo

npm

Future.js

Concept

the purpose of the this project is to implement the original concept of Futures and Promises. Promises in "Promises/A+" is actually one form of Futures, meanwhile, Promises can be used to manipulate Futures.

Current status

the first version of the project only implement Promises/A+, I will add more features and integrate the project gradually.

How to use

future(function(resolve, reject){

}).then(someDoneFunction, someFailFunction)

Install with npm

npm install node-future

About

Original concept of (future and promise) while implementing Promises/A+

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages