No cljdoc config found, articles auto discovered.
Library authors can specify article order and hierarchy.
→ Articles docs
Generic state tracking for a Componenet system.
(create-tracker)
(create-tracker options)
(get-state this)
(get-status this)
(get-system this)
(get-system-init-fn this)
(get-system-ns this)
(set-state this new-state)
(set-status this value)
(set-system this value)
(set-system-init-fn this fq-fn)
(set-system-ns this an-ns)
(update-tracker this)
cljdoc is a website building & hosting documentation for Clojure/Script libraries