-
Notifications
You must be signed in to change notification settings - Fork 395
Home
Brian Cavalier edited this page May 2, 2012
·
38 revisions
- Deferred
- Promise
- Resolver
- when() - can't we just use .then()?
- Proposed Promises/A spec by Kris Zyp
- How Promises/A forwarding works
- Simple, asynchronous map-reduce using
when.map()
+when.reduce()
- when.js + Dojo
-
when.js + jQuery, and no need for
$.pipe()
- when/apply - Promises and Arrays helper module
- when/delay - Delayed promises
- when/timeout - Promises with timeouts
- when/cancelable - Cancelable Deferred
- when/debug - Experimental debugging for promises