Open cowboyd opened 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()
all()
race()
allSettled()
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()
andrace()
, we are missing the equivalent ofallSettled()