1 unstable release
0.1.0 | Nov 23, 2024 |
---|
#990 in Concurrency
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