rwlocktest/Cargo.toml
ddidderr d755c0c1f8
RwLock: 16 reader threads and 1 writer thread
Just explored a bit the locking mechanism of std::sync::RwLock.
2022-04-06 20:07:14 +02:00

10 lines
231 B
TOML

[package]
name = "rwlocktest"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pfs-time-measure = { path = "../pfs-time-measure" }