Expand description
Lock file management.
Structs§
- Lock
Guard - A guard that releases the system-wide lock when dropped.
Functions§
- acquire_
lock - Acquires a system-wide lock to prevent concurrent modifications to the Zoi store.
- release_
lock - Releases the system-wide lock if it exists.