Expand description
An asynchronous mutual exclusion lock.
See the documentation on the Mutex
type for details.
Structs
- A future returned by the
Mutex::lock
method. - An asynchronous mutual exclusion lock for protecting shared data.
- OwnedMutexGuard
alloc