Module itron_asp3::mutex [−][src]
This is supported on crate feature
unstable only.Expand description
Mutexes
Structs
Builder
dcreThe builder type for mutexes. Created by Mutex::build.
Mutex information returned by MutexRef::info.
Mutex
dcreAn owned mutex.
A borrowed reference to a mutex.
Enums
BuildError
dcreError type for Mutex::build.
DeleteError
dcreError 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.