(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 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 |