Expand description
Mutexes
Re-exports
pub use raw::MutexProtocol;
Structs
- Represents a single mutex in a system.
- The definer (static builder) for
MutexRef
. - Represents a single borrowed mutex in a system.
Traits
- The supported operations on
MutexHandle
.