Module lock

Source
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§

LockedFile
Represents a locked file.

Traits§

OpenOptionsExt
An extension trait for OpenOptions.