Module itron_solid_asp3::mutex[][src]

This is supported on crate feature unstable only.
Expand description

Mutexes

Structs

The builder type for mutexes. Created by Mutex::build.

Mutex information returned by MutexRef::info.

Mutexdcre

An owned mutex.

A borrowed reference to a mutex.

Enums

Error type for Mutex::build.

Error type for MutexRef::delete.

Error type for MutexRef::info.

Error type for MutexRef::lock.

Specifies a priority protection protocol used by a mutex.