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

× close