flock

Function flock 

Source
pub fn flock<Fd: AsFd>(fd: Fd, operation: FlockOperation) -> Result<()>
Available on crate feature fs and neither target_os=espidf nor target_os=horizon nor Solaris nor target_os=vita nor WASI only.
Expand description

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

§References