tc39 / proposal-cancelable-promises

Former home of the now-withdrawn cancelable promises proposal for JavaScript
Other
375 stars 29 forks source link

Add examples for Promise.all and Promise.race to explain their changes #21

Closed domenic closed 8 years ago

domenic commented 8 years ago

Add an example of starting 10 operations and if any of them fails, cancel all the rest.

domenic commented 8 years ago

Promise.all and Promise.race are no longer modified.