PromisedFuture icon indicating copy to clipboard operation
PromisedFuture copied to clipboard

Is there something like Promise.all()?

Open tolgaytoklar opened this issue 3 years ago • 0 comments

Thanks for your awesome work, I need something like that:

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/all?retiredLocale=tr

One block waits to until all promises to resolve. Is this possible with this library?

tolgaytoklar avatar Jul 19 '21 09:07 tolgaytoklar