Expand description
Some utilities for unix specific functionality
Structs§
- Flock
Guard - Represents an active lock via
flock. Dropping it releases the lock.
Enums§
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