(acquire! this)
Tries to get a lock for given ID
Tries to get a lock for given ID
(release! this)
Rleases the lock
Rleases the lock
(with-lock a-lock & body)
Run the code if a lock is obtained
Run the code if a lock is obtained
(with-lock! a-lock & body)
Like with-lock but release it after use
Like *with-lock* but release it after use
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close