API reference › @evolu/common › LockManager
LockManager helpers.
Core
| Interface | Description |
|---|---|
| LockManagerDep | Dependency wrapper for LockManager. |
Leader election
| Function | Description |
|---|---|
| acquireLeaderLock | Competes to become the current leader for name using LockManager. |
| acquireLeaderLockCallback | Competes to become the current leader for name using LockManager. |
Testing
| Function | Description |
|---|---|
| testCreateLockManager | Creates a test LockManager backed by the native platform LockManager. |