Facilities to build a component system var
Facilities to build a component system var
(defsystem {:exoscale.mania.component/keys [builder system-var init-var stop-var
start-var]
:as options})
Define a var to hold a component system, and build functions to operate on it. The var will always be #'system in the current namespace.
Yields a map of options ready to be used for exoscale.mania/main-fn
.
Define a var to hold a component system, and build functions to operate on it. The var will always be #'system in the current namespace. Yields a map of options ready to be used for `exoscale.mania/main-fn`.
(system-fns system-var builder)
Yield component system handling functions
Yield component system handling functions
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close