1 unstable release
0.1.0 | Nov 23, 2024 |
---|
#773 in Concurrency
143 downloads per month
15KB
271 lines
Striped Lock
A striped lock implementation for rust. Available in both sync and async flavours.
lib.rs
:
Striped lock implementation for rust.
Comes with the std
and tokio
features, the former enabled by default.
Dependencies
~0–5.5MB
~19K SLoC