(probe state check-fn)
(probe state
check-fn
{:keys [sleep-time times-to-try]
:or {sleep-time sleep-time times-to-try 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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close