(co-dependencies component)
Same as component/dependencies but using ::co-dependencies
Same as component/dependencies but using ::co-dependencies
(co-using component co-dependencies)
Same as component/using but with ::co-dependencies keyword
Same as component/using but with ::co-dependencies keyword
(get-component-key co system)
Get the component key identifier in system
Get the component key identifier in system
(start-system system)
same as component/start-system but using assoc-co-deps-and-start fn with atom system argument
same as component/start-system but using assoc-co-deps-and-start fn with atom system argument
(system-co-using system dependency-map)
Associates dependency metadata with multiple components in the system. dependency-map is a map of keys in the system to maps or vectors specifying the dependencies of the component at that key in the system, as per 'using'.
Associates dependency metadata with multiple components in the system. dependency-map is a map of keys in the system to maps or vectors specifying the dependencies of the component at that key in the system, as per 'using'.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close