thefrontside / effection

Structured concurrency and effects for JavaScript
https://frontside.com/effection
MIT License
592 stars 25 forks source link

add `allSettled()` operation congruent with `Promise.allSettled()` #898

Open cowboyd opened 9 months ago

cowboyd commented 9 months ago

originally proposed by @bdougherty

Effection sits parallel to the JavaScript concurrency ecosystem, but with structural concurrency guarantees in place. Our mantra is "if you know JS, then you know Effection"

While we have all() and race(), we are missing the equivalent of allSettled()