filelock
filelock copied to clipboard
Request add `RwLock`
Similar to RwLock
in Rust standard library https://doc.rust-lang.org/std/sync/struct.RwLock.html.
Single writer, or Multiple reader.