(stop watcher)
Stops the watch for a given watcher
.
Stops the watch for a given `watcher`.
(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.
(watch-blocking cb & paths)
Blocking version of watch
.
Blocking version of `watch`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close