cujojs / when

A solid, fast Promises/A+ and when() implementation, plus other async goodies.
Other
3.44k stars 396 forks source link

Add `Promise.race` to `when` public API #331

Closed briancavalier closed 10 years ago

briancavalier commented 10 years ago

We've seen a few valid use cases for it now, in #329 and #289, and it's officially in ES6, shipping in browsers and Node >= 0.11.13 already. It could still go away, but seems unlikely at this point.

briancavalier commented 10 years ago

Added in #333