add allSettled()
operation congruent with Promise.allSettled()
#898
Milestone
allSettled()
operation congruent with Promise.allSettled()
#898
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()
The text was updated successfully, but these errors were encountered: