Module fd_lock

Source
Expand description

File locking utilities.

Structs§

RwLock
Advisory reader-writer lock for files.
RwLockReadGuard
RAII structure used to release the shared read access of a lock when dropped.
RwLockWriteGuard
RAII structure used to release the exclusive write access of a lock when dropped.

Functions§

new_lock
Creates a new lock file at the given path.