Liking cljdoc? Tell your friends :D
Clojure only.

dumpa.utils


retryclj

(retry f)
(retry f handler)
(retry f handler should-retry?)
(retry f handler should-retry? max-wait)
(retry f handler should-retry? max-wait start-wait)

Run the given function. If it throws, retry. Provide optional parameters to control the retry logic.

Run the given function. If it throws, retry. Provide optional
parameters to control the retry logic.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close