Module file_locking

Source
Expand description

File locking utilities for concurrent access protection

Structs§

FileLock
A file lock that prevents concurrent access to critical files

Functions§

with_file_lock
Execute an operation with file locking protection
with_file_lock_async
Execute an async operation with file locking protection