node-future

1.0.0 • Public • Published
Promises/A+ logo

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)
 

Package Sidebar

Install

npm i node-future

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • boelroy