Module itron_solid_asp3::mutex [−][src]
This is supported on crate feature
unstable
only.Expand description
Mutexes
Structs
Builder
dcre
The builder type for mutexes. Created by Mutex::build
.
Mutex information returned by MutexRef::info
.
Mutex
dcre
An owned mutex.
A borrowed reference to a mutex.
Enums
BuildError
dcre
Error type for Mutex::build
.
DeleteError
dcre
Error type for MutexRef::delete
.
Error type for MutexRef::info
.
Error type for MutexRef::initialize
.
Error type for MutexRef::lock
.
Error type for MutexRef::lock_timeout
.
Specifies a priority protection protocol used by a mutex.
Error type for MutexRef::try_lock
.
Error type for MutexRef::unlock
.