devela::_dep::rustix::fs

Function flock

pub fn flock<Fd>(fd: Fd, operation: FlockOperation) -> Result<(), Errno> 
where Fd: AsFd,
Available on crate feature dep_rustix only.
Expand description

flock(fd, operation)—Acquire or release an advisory lock on an open file.

§References