Liking cljdoc? Tell your friends :D

peripheral.system.subsystem


active-componentsclj

(active-components system)

Decide on what components are active/to-be-activated by examining the system's metadata.

Decide on what components are active/to-be-activated by examining the
system's metadata.
sourceraw docstring

active-components-from-depsclj

(active-components-from-deps system dependencies)
source

add-active-componentsclj

(add-active-components system components)

Add components to be activated to the system's metadata.

Add components to be activated to the system's metadata.
sourceraw docstring

set-active-componentsclj

(set-active-components system components)

Add components to be activated to the system's metadata.

Add components to be activated to the system's metadata.
sourceraw docstring

subsystemclj

(subsystem system components)

Create subsystem. The resulting system will only start the given components and their dependencies.

Create subsystem. The resulting system will only start the given
components and their dependencies.
sourceraw docstring

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

× close