(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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |