Liking cljdoc? Tell your friends :D
Clojure only.

aws-xray-sdk-clj.promise


handlerclj

(handler entity)
source

with-opencljmacro

(with-open bindings & body)

bindings => [name init ...] Evaluates body in a try expression with names bound to the values of the inits, and attach a finally handler that calls (close! name) on the name.

bindings => [name init ...]
Evaluates body in a try expression with names bound to the values
of the inits, and attach a finally handler that calls (close! name) on the
name.
sourceraw docstring

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

× close