Expand description
Async read-write lock.
This module provides a read-write lock that can be used to synchronize data between asynchronous tasks.
Structsยง
- RwLock
- Async read-write lock.
- RwLockRead Guard 
- Async read lock guard.
- RwLockWrite Guard 
- Async write lock guard.
- TryLockError 
- Error returned by RwLock::try_readandRwLock::try_writewhen the lock is already held.