Module maitake_sync::mutex
source · Expand description
An asynchronous mutual exclusion lock.
See the documentation on the Mutex type for details.
Structs§
- A future returned by the
Mutex::lockmethod. - An asynchronous mutual exclusion lock for protecting shared data.
- OwnedMutexGuard
alloc