async-handle 0.1.0

A reference-counted async RwLock
Documentation
1
2
3
4
5
# async-handle


A reference-counted, asynchronous RwLock based on [async-rwlock](https://github.com/stjepang/async-rwlock).

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