Liking cljdoc? Tell your friends :D
Clojure only.

eva.utils.component


with-systemscljmacro

(with-systems bindings & body)

bindings => [name init ...]

Evaluates body in a try expression with names bound to the values of the inits, and a finally clause that calls (.close name) on each name in reverse order.

bindings => [name init ...]

Evaluates body in a try expression with names bound to the values
of the inits, and a finally clause that calls (.close name) on each
name in reverse order.
sourceraw docstring

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

× close