Liking cljdoc? Tell your friends :D

nextjournal.beholder


stopclj

(stop watcher)

Stops the watch for a given watcher.

Stops the watch for a given `watcher`.
sourceraw docstring

watchclj

(watch cb & paths)

Creates a directory watcher that will invoke the callback function cb whenever a file event in one of the paths occurs. Watching will happen asynchronously.

Returns a directory watcher that can be passed to stop to stop the watch.

Creates a directory watcher that will invoke the callback function `cb` whenever
a file event in one of the `paths` occurs. Watching will happen asynchronously.

Returns a directory watcher that can be passed to `stop` to stop the watch.
sourceraw docstring

watch-blockingclj

(watch-blocking cb & paths)

Blocking version of watch.

Blocking version of `watch`.
sourceraw docstring

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

× close