(retry max-attempts & body)
Tries to execute body in a try/catch up to max-attempts number of times.
Tries to execute body in a try/catch up to max-attempts number of times.
(try-or-else f default)
Try to evaluate f. If f throws, returns default.
Try to evaluate f. If f throws, returns default.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close