blob: 9ffe5e2286de5863f76fd094832da3514b514a0c [file] [log] [blame] [view] [edit]
# libfile-lock
This library implements an lock mechanism
and handles contention between read and write locks.
Only a single client (as defined by KOID) can
own a write lock, but many clients can own read locks.