Crate async_rwlock

Source
Expand description

DO NOT USE!

This crate was merged into async-lock, which provides the API this crate used to.

Structsยง

RwLock
An async reader-writer lock.
RwLockReadGuard
A guard that releases the read lock when dropped.
RwLockUpgradableReadGuard
A guard that releases the upgradable read lock when dropped.
RwLockWriteGuard
A guard that releases the write lock when dropped.