Liking cljdoc? Tell your friends :D

state-flow.probe


default-sleep-timeclj


default-times-to-tryclj


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
raw docstring

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

× close