Function base::sys::unix::flock

source ·
pub fn flock(
    file: &dyn AsRawFd,
    op: FlockOperation,
    nonblocking: bool
) -> Result<()>
Expand description

Safe wrapper for flock(2) with the operation op and optionally nonblocking. The lock will be dropped automatically when file is dropped.