Liking cljdoc? Tell your friends :D

peripheral.system


connectcljdeprecated

(connect m src-id dst-id)
(connect m src-id src-key dst-id)

Let the component identified by src-id be using the component identified by dst-id as a dependency to be assoc'd in at the key src-key.

Let the component identified by `src-id` be using the component identified
by `dst-id` as a dependency to be assoc'd in at the key `src-key`.
sourceraw docstring

defsystemcljmacrodeprecated

(defsystem id components & logic)
source

start-componentsclj

(start-components system dependencies)

Start to-be-activated components and their dependencies.

Start to-be-activated components and their dependencies.
sourceraw docstring

stop-componentsclj

(stop-components system)

Stop all currently active components.

Stop all currently active components.
sourceraw docstring

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

× close