adambard / failjure

Monadic error utilities for general use in Clojure(script) projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proposal : Have an attempt-all* which takes care of exceptions as well?

ashwinbhaskar opened this issue · comments

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

Sorry, I saw that this has already been done. Closing the issue