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