Join Slack
Powered by
I wonder if it would make sense to add a `parMapOr...
# arrow
d
dave08
08/06/2023, 7:25 AM
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
simon.vergauwen
08/28/2023, 6:38 AM
Hmm, that would indeed be interesting and is probably one of the more interesting use-cases for
Ior
.
👍🏼 1
21
Views
Open in Slack
Previous
Next