Liking cljdoc? Tell your friends :D

shadow.cljs.devtools.server.reload-classpath

service that watches fs updates and ensures classpath resources are updated will emit system-bus messages for inform about changed resources

service that watches fs updates and ensures classpath resources are updated
will emit system-bus messages for inform about changed resources
raw docstring

interesting-file-extsclj


process-updateclj

(process-update {:keys [classpath] :as state}
                {:keys [event name file dir ext] :as fs-update})

process-updatesclj

(process-updates {:keys [system-bus classpath] :as state} updates)

startclj

(start system-bus classpath)

stopclj

(stop {:keys [watch-thread watch-chan control-chan]})

watch-loopclj

(watch-loop system-bus classpath control-chan watch-chan)

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

× close