Proposal : Have an attempt-all* which takes care of exceptions as well?
ashwinbhaskar opened this issue · 1 comments
ashwinbhaskar commented
attempt-all
can handle failures
but not exceptions
unless you wrap your function with try*
. Why not have an attempt-all*
which is similar to attempt-all
except that it short-circuits whenever an exception is thrown and hands over the control to when-failed
ashwinbhaskar commented
Sorry, I saw that this has already been done. Closing the issue