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 builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close