Liking cljdoc? Tell your friends :D

missing.locks


*locks*clj

source

leaseclj

(lease k)
source

lockingcljmacro

(locking value & body)

Lock on a value and only after obtaining the lock execute the body.

Lock on a value and only after obtaining the lock execute the body.
sourceraw docstring

releaseclj

(release k)
source

with-lockscljmacro

(with-locks locks & body)

Set the lock system to be used for any nested forms.

Set the lock system to be used for any nested forms.
sourceraw docstring

with-own-lockscljmacro

(with-own-locks & body)

Set the lock system to a new (dedicated) system to be used for any nested forms.

Set the lock system to a new (dedicated) system to be used for any nested forms.
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