8 releases
new 0.1.78 | Mar 1, 2025 |
---|---|
0.1.77 | Feb 26, 2025 |
#1169 in Filesystem
535 downloads per month
Used in pavex_cli
28KB
421 lines
File-locking support.
This module defines the Filesystem
type which is an abstraction over a
filesystem, ensuring that access to the filesystem is only done through
coordinated locks.
The FileLock
type represents a locked file, and provides access to the
file.
Dependencies
~13–23MB
~324K SLoC