Liking cljdoc? Tell your friends :D

shadow.cljs.devtools.server.supervisor


active-buildsclj

(active-builds {:keys [workers-ref] :as super})

get-workerclj

(get-worker {:keys [workers-ref] :as svc} id)

startclj

(start config system-bus executor cache-root http classpath npm babel)

start-workerclj

(start-worker {:keys [system-bus state-ref workers-ref executor cache-root http
                      classpath npm babel config]
               :as svc}
              {:keys [build-id] :as build-config})

stopclj

(stop {:keys [workers-ref] :as svc})

stop-workerclj

(stop-worker {:keys [workers-ref] :as svc} id)

super-lockclj

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

× close