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

× close