1 unstable release

0.1.0 Nov 23, 2024

#773 in Concurrency

Download history 98/week @ 2024-11-18 27/week @ 2024-11-25 13/week @ 2024-12-02 5/week @ 2024-12-09

143 downloads per month

MPL-2.0 license

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