[go: up one dir, main page]

Function forc_util::path_lock

source ยท
pub fn path_lock<X: AsRef<Path>>(path: X) -> Result<RwLock<File>>
Expand description

Create an advisory lock over the given path.

See [fd_lock_path] for details.