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.
Arc<RwLock<T>>