meteor / promise

ES6 Promise polyfill with Fiber support
MIT License
63 stars 15 forks source link

[Feature Request]: Missing Promise.each (and others) #22

Open Twisterking opened 6 years ago

Twisterking commented 6 years ago

Hi there!

So I would need something similar to Bluebirds Promise.each, where the iteration of the promises happens serially. Right now I only have awaitAll, which calls the promises in parallel right?

best, Patrick