optimistic_lock_coupling 0.2.0

A General Lock following paper 'Optimistic Lock Coupling: A Scalable and Efficient General-Purpose Synchronization Method'
Documentation
[[bench]]
harness = false
name = "benchmark"
path = "benches/benchmark.rs"

[[bin]]
name = "read_example"
path = "example/read.rs"

[[bin]]
name = "write_example"
path = "example/write.rs"

[[bin]]
name = "multi_thread_example"
path = "example/multi_thread.rs"

[dependencies]
[dev-dependencies.criterion]
version = "0.3"

[lib]
name = "optimistic_lock_coupling"
path = "src/lib.rs"

[package]
authors = ["lemonhx <lemonhx@lemonhx.tech>"]
description = "A General Lock following paper 'Optimistic Lock Coupling: A Scalable and Efficient General-Purpose Synchronization Method' "
edition = "2018"
license = "Unlicense"
name = "optimistic_lock_coupling"
version = "0.2.0"