Module unix

Source
Expand description

Provides low-level support operations for file locking on UNIX platforms.

Traits§

FileGuardExt
UNIX-specific extensions to FileGuard.

Functions§

raw_file_downgrade
Downgrades a file lock from exclusive to shared.
raw_file_lock
Acquires and releases a file lock.