Liking cljdoc? Tell your friends :D
Clojure only.

borkdude.graal.locking


lockingcljmacro

(locking x & body)

Patched version of clojure.core/locking to workaround GraalVM unbalanced monitor issue. Executes exprs in an implicit do, while holding the monitor of x. Will release the monitor of x in all circumstances.

Patched version of clojure.core/locking to workaround GraalVM unbalanced monitor issue. Executes exprs in an implicit do, while holding the monitor of x.
Will release the monitor of x in all circumstances.
raw 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