kriszyp / node-promise

Promise utilities for Node
397 stars 42 forks source link

Unable to call progress on "all" or "allOrNone" #10

Open narf opened 11 years ago

narf commented 11 years ago

All don't reflect progress of it's content promises. All return a promise, not a deferred, thus we are unable to call progress on it.