I wonder if it would make sense to add a `parMapOr...
# arrow
d
I wonder if it would make sense to add a
parMapOrAccumulate
that returns an Ior.Both when some failed and some succeeded? Then Left would only be returned when they all failed, and Right when they all passed...
s
Hmm, that would indeed be interesting and is probably one of the more interesting use-cases for
Ior
.
👍🏼 1