rwlocktest/Cargo.lock
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

15 lines
251 B
TOML

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "pfs-time-measure"
version = "0.1.0"
[[package]]
name = "rwlocktest"
version = "0.1.0"
dependencies = [
"pfs-time-measure",
]