Module unix

Source
Expand description

Some utilities for unix specific functionality

Structs§

FlockGuard
Represents an active lock via flock. Dropping it releases the lock.

Enums§

Status

Functions§

easy_flock
easy_flock_blocking
easy_flock_nonblocking
easy_fork
This function can only be run if there are no other threads running; it checks and panics if there are!
waitpid_until_gone