Liking cljdoc? Tell your friends :D

state-flow.probe


default-sleep-timeclj

source

default-times-to-tryclj

source

probeclj

(probe step check-fn)
(probe step
       check-fn
       {:keys [sleep-time times-to-try]
        :or {sleep-time default-sleep-time times-to-try default-times-to-try}})

Internal use only. Evaluates step repeatedly with check-fn until check-fn succeeds or we try too many times

Internal use only. Evaluates step repeatedly with check-fn until check-fn succeeds or we try too many times
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