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

readlock-tokio

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

3 releases

0.1.2 Jul 6, 2023
0.1.1 Jun 29, 2023
0.1.0 Jun 21, 2023

#902 in Concurrency

29 downloads per month
Used in eyeball

MPL-2.0 license

17KB
235 lines

readlock-tokio

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

Dependencies

~2–3MB
~46K SLoC