(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.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |