Liking cljdoc? Tell your friends :D

ring-cljsbuild.utils


debounceclj

(debounce f wait)

Takes a function with no args and returns a debounced version. f does not get invoked until debounced version hasn't been called for wait ms. The debounced function returns a future that completes when f is invoked.

Takes a function with no args and returns a debounced version.
f does not get invoked until debounced version hasn't been called for `wait` ms.
The debounced function returns a future that completes when f is invoked.
raw docstring

log-streamclj

(log-stream level logger-ns)

logtimecljmacro

(logtime label & body)

play-audio-clipclj

(play-audio-clip path)

with-logscljmacro

(with-logs lns & body)

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

× close