(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.
(semaphore-mutex client path)
Create an InterProcessSemaphoreMutex. This mutex is not re-entrant.
Create an InterProcessSemaphoreMutex. This mutex is not re-entrant.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |