- From: John J Barton <johnjbarton@johnjbarton.com>
- Date: Tue, 14 Feb 2012 11:32:58 -0800
- To: David Bruant <bruant.d@gmail.com>
- Cc: Arthur Barstow <art.barstow@nokia.com>, public-webapps@w3.org, Ian Hickson <ian@hixie.ch>, "Mark S. Miller" <erights@google.com>
On Tue, Feb 14, 2012 at 11:14 AM, David Bruant <bruant.d@gmail.com> wrote: > Le 14/02/2012 14:31, Arthur Barstow a écrit : > Another addition will be promises. > An already working example of promises can be found at > https://github.com/kriskowal/q Just to point out that promises are beyond the working example stage, they are deployed in the major JS frameworks, eg: http://dojotoolkit.org/reference-guide/dojo/Deferred.html http://api.jquery.com/category/deferred-object/ The Q library is more like an exploration of implementation issues in promises, trying to push them further. jjb
Received on Tuesday, 14 February 2012 19:33:26 UTC