Expand description
Implementation of advisory file locking.
An advisory file lock is used to coordinate access to a file across threads and processes.
The locking is “best-effort” and will transparently succeed on file systems that do not support advisory locks.
Structs§
- Locked
File - Represents a locked file.
Traits§
- Open
Options Ext - An extension trait for
OpenOptions.