Open Twisterking opened 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?
Promise.each
awaitAll
best, Patrick
Hi there!
So I would need something similar to Bluebirds
Promise.each
, where the iteration of the promises happens serially. Right now I only haveawaitAll
, which calls the promises in parallel right?best, Patrick