Expand description
DO NOT USE!
This crate was merged into async-lock, which provides the API this crate used to.
Structsยง
- Mutex
- An async mutex.
- Mutex
Guard - A guard that releases the mutex when dropped.
- Mutex
Guard Arc - An owned guard that releases the mutex when dropped.