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.