Expand description
File locking utilities.
Structs§
- RwLock
- Advisory reader-writer lock for files.
- RwLock
Read Guard - RAII structure used to release the shared read access of a lock when dropped.
- RwLock
Write Guard - 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.