[][src]Crate pidlock

Structs

Pidlock

A pid-centered lock. A lock is considered "acquired" when a file exists on disk at the path specified, containing the process id of the locking process.

Enums

PidlockError

Errors that may occur during the Pidlock lifetime.