~antonta/vlock

Similar to RwLock, yet it locks only on writes and reads are wait-free.
Bump version to 0.2.2
Elide lifetime on Deref impl to make clippy happy
Fix potential data race when accessing new version

clone

read-only
https://git.sr.ht/~antonta/vlock
read/write
git@git.sr.ht:~antonta/vlock

You can also use your local clone with git send-email.

#vlock

This library contains fast and scalable multi-version shared state lock with wait-free read access.

#License

Licensed under either of

at your option.

#Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.