Liking cljdoc? Tell your friends :D

kaocha.watch


drain-and-rescan!clj

(drain-and-rescan! q tracker watch-paths)
source

drain-queue!clj

(drain-queue! q)
source

glob?clj

(glob? path patterns)

Does path match any of the glob patterns.

See FileSystem/getPathMatcher for a description of the patterns, these are similar but not the same as typical shell glob patterns.

Does path match any of the glob patterns.

See [FileSystem/getPathMatcher](https://docs.oracle.com/javase/7/docs/api/java/nio/file/FileSystem.html#getPathMatcher(java.lang.String))
for a description of the patterns, these are similar but not the same as
typical shell glob patterns.
sourceraw docstring

make-queueclj

(make-queue)
source

plugin-hooksclj

source

plugin-pre-load-hookclj

(plugin-pre-load-hook {:kaocha.watch/keys [tracker focus] :as config})
source

plugin-pre-test-hookclj

(plugin-pre-test-hook test test-plan)
source

(print-scheduled-operations! tracker focus)
source

qpollclj

(qpoll q)
source

qputclj

(qput q x)
source

qtakeclj

(qtake q)
source

reload-configclj

(reload-config config plugin-chain)
source

runclj

(run config)
source

run*clj

(run* config finish? q)
source

run-loopclj

(run-loop finish? config tracker q watch-paths)
source

track-reload!clj

(track-reload! tracker)
source

wait-and-rescan!clj

(wait-and-rescan! q tracker watch-paths ignore)
source

watch!clj

(watch! q watch-paths)
source

watch-pathsclj

(watch-paths config)
source

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

× close