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