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 is a website building & hosting documentation for Clojure/Script libraries

× close