Skip to main content

Module lock

Module lock 

Source
Expand description

Lock file management.

Structs§

LockGuard
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.