(acquire m)
(acquire m n)
(acquire m n tu)
If no timeunits are given, blocks until acquired. Otherwise returns true or false depending on if it acquires the lock in the given time. Time defaults to milliseconds.
If no timeunits are given, blocks until acquired. Otherwise returns true or false depending on if it acquires the lock in the given time. Time defaults to milliseconds.
(mutex client path)
Create an InterProcessMutex.
Create an InterProcessMutex.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close