-
Notifications
You must be signed in to change notification settings - Fork 395
Home
Brian Cavalier edited this page Jun 20, 2013
·
38 revisions
- Promise
- Deferred
- Resolver
- Promises/A+ spec
- when() - can't we just use .then()?
- Async Programming Part 1: It's Messy
- Async Programming Part 2: Promises
- Async Programming Part 3: Finally
- Simple examples
- How Promises/A forwarding works
- Competitive Races with when.any() and when.some()
- Example showing when.any(), when.some(), and when.all() Look at your console! From @ditman's talk A Promise is a Promise
- Simple, asynchronous map-reduce using
when.map()
+when.reduce()
- when.js + Dojo
-
when.js + jQuery, and no need for
$.pipe()
- when/delay - Create promises that resolve after a delay
- when/timeout - Create promises that automatically reject if not resolved before a timeout
- when/cancelable - Make deferreds cancelable
- when/apply - Promises and Arrays helper module
- when/debug - Experimental debugging for promises