(block-on func args)
(block-on func
args
{:as opts
:keys [interval timeout]
:or {interval 50 timeout Double/POSITIVE_INFINITY}})
Repeatedly apply func to args until a non-nil value is returned.
Options can include any of the following keys:
:interval - sets the interval between function applications (default 50) :timeout - sets the maximum amount of time blocking will occur before returning nil
Repeatedly apply func to args until a non-nil value is returned. Options can include any of the following keys: :interval - sets the interval between function applications (default 50) :timeout - sets the maximum amount of time blocking will occur before returning nil
(parse-key k)
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |