Expand description
File locking utilities.
Structs§
- Advisory reader-writer lock for files.
- RAII structure used to release the shared read access of a lock when dropped.
- RAII structure used to release the exclusive write access of a lock when dropped.
Functions§
- Creates a new lock file at the given path.