Module itron_fmp3::mutex [−][src]
This is supported on crate feature
unstable only.Expand description
Mutexes
Structs
Mutex information returned by MutexRef::info.
A borrowed reference to a mutex.
Enums
Error type for MutexRef::info.
Error type for MutexRef::initialize.
Error type for MutexRef::lock.
Error type for MutexRef::lock_timeout.
Error type for MutexRef::try_lock.
Error type for MutexRef::unlock.