Liking cljdoc? Tell your friends :D
Clojure only.

exoscale.mania.component

Facilities to build a component system var

Facilities to build a component system var
raw docstring

defsystemcljmacro

(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`.
raw docstring

system-fnsclj

(system-fns system-var builder)

Yield component system handling functions

Yield component system handling functions
raw docstring

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

× close