Liking cljdoc? Tell your friends :D
Clojure only.

eva.utils.components


with-componentscljmacro

(with-components bindings & body)

Takes a binding vector of name-component pairs, starts all components (in the listed order), binds them to their associated name, executes the body statements, and then stops the components in reverse order.

Takes a binding vector of name-component pairs, starts all components (in the listed order),
binds them to their associated name, executes the body statements, and then stops the
components in reverse order.
sourceraw docstring

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

× close