Module file_lock

Source

Structs§

FileLock
The self-referencing struct.

Enums§

FileLockError

Functions§

file_lock_nonblocking
Try to get an flock based lock on a lock file, give an FileLockError::AlreadyLocked error if can’t get it. The file is created or truncated.