#tokio #rw-lock #weird #readlock #arc-rw-lock-t

readlock-tokio

A weird alternative to Arc<RwLock<T>>, using tokio's RwLock

4 releases

new 0.1.3 Jul 13, 2024
0.1.2 Jul 6, 2023
0.1.1 Jun 29, 2023
0.1.0 Jun 21, 2023

#780 in Concurrency

Download history 28/week @ 2024-04-01 10/week @ 2024-05-20 5/week @ 2024-05-27 8/week @ 2024-06-10 2/week @ 2024-06-24 136/week @ 2024-07-08

139 downloads per month
Used in eyeball

MPL-2.0 license

18KB
254 lines

readlock-tokio

A clone of the readlock crate that uses tokio's RwLock instead of the one from std.

Dependencies

~2–3MB
~47K SLoC