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

readlock-tokio

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

4 releases

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

#830 in Concurrency


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–7.5MB
~47K SLoC