Liking cljdoc? Tell your friends :D

wing.core.resource

Namespace for working with resources in Clojure

Namespace for working with resources in Clojure
raw docstring

Resourcecljprotocol

releaseclj

(release r)

Releases the provided resource. Called automatically via with-resource

Releases the provided resource. Called automatically via `with-resource`
source

with-resourcecljmacro

(with-resource 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 release 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 `release` on each name in reverse
order.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close