l0.DependencyControl.shims.BadMutex¶
Functions¶
tryLock ¶
Attempts to acquire the process-scoped mutex without blocking.
Returns:
acquiredboolean— True when the mutex was taken; false when already held or unavailable.
lock ¶
Blocks until the process-scoped mutex is acquired.
Returns:
issuedboolean— True when a wait was issued; false only when the mutex is unavailable.
unlock ¶
Releases the process-scoped mutex; call only while holding it.
Returns:
issuedboolean— True when a release was issued; false only when the mutex is unavailable.
Fields¶
| field | type | description |
|---|---|---|
| version | string |