Liking cljdoc? Tell your friends :D

state-flow.probe


default-sleep-timeclj

source

default-times-to-tryclj

source

probeclj

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

evaluates state repeatedly with check-fn until check-fn succeeds or we try too many times

evaluates state repeatedly with check-fn until check-fn succeeds or we try too many times
sourceraw docstring

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

× close