#rwlock #handle #mutex #lock

async-handle

A reference-counted async RwLock

5 releases

0.1.4 Sep 17, 2020
0.1.3 Sep 16, 2020
0.1.2 Sep 15, 2020
0.1.1 Sep 14, 2020
0.1.0 Sep 14, 2020

#875 in Asynchronous

Download history 8/week @ 2023-08-09 14/week @ 2023-08-16 11/week @ 2023-08-23 17/week @ 2023-08-30 16/week @ 2023-09-06 12/week @ 2023-09-13 10/week @ 2023-09-20 9/week @ 2023-09-27 7/week @ 2023-10-04 14/week @ 2023-10-11 14/week @ 2023-10-18 20/week @ 2023-10-25 12/week @ 2023-11-01 13/week @ 2023-11-08 18/week @ 2023-11-15 14/week @ 2023-11-22

64 downloads per month
Used in 4 crates (2 directly)

MIT license

5KB
78 lines

async-handle

A reference-counted, asynchronous RwLock based on async-rwlock.

This is a very small crate that makes the ergonomics of working with an Arc<RwLock<T>> slightly friendlier.

Dependencies

~430KB