Tuesday, August 19, 2014

Futures and promises

http://en.wikipedia.org/wiki/Futures_and_promises
http://blog.eztable.com/2013/12/17/javascript-promise-%E4%BB%8B%E7%B4%B9/
http://www.infoq.com/cn/news/2011/09/js-promise
http://www.html5rocks.com/en/tutorials/es6/promises/
http://www.promisejs.org/
http://www.promisejs.org/implementations/
https://api.jquery.com/promise/
http://www.ruanyifeng.com/blog/2011/08/a_detailed_explanation_of_jquery_deferred_object.html
http://blog.xuite.net/vexed/tech/61640969-jQuery+Deferred+Object
https://github.com/then/promise
https://github.com/kriskowal/q
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise
http://howtonode.org/promises


Promise/Q/When/rsvp.js/Vow for nodejs

In computer science, future, promise, and delay refer to constructs used for synchronizing in some concurrent programming languages. They describe an object that acts as a proxy for a result that is initially unknown, usually because the computation of its value is yet incomplete.



















No comments:

Related Posts Plugin for WordPress, Blogger...