async-handle 0.1.1

A reference-counted async RwLock
Documentation

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.