Liking cljdoc? Tell your friends :D
Clojure only.

komcrad-utils.wait


attemptcljmacro

(attempt timeout & body)

repeatedly executes body until timeout (milliseconds) is reached or an exception is not thrown

repeatedly executes body until timeout (milliseconds) is reached or an exception is not thrown
sourceraw docstring

wait-forclj

(wait-for f timeout retry-delay)

wait for a max of timeout in milliseconds for f to return true. Sleeping for retry-delay between each attempt of f

wait for a max of timeout in milliseconds for f to return true. Sleeping for retry-delay between each attempt of f
sourceraw docstring

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

× close