(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close