Expand description

A series of Mutex’s that also implements the mutex-trait.

Modules

Structs

Traits

  • Any object implementing this trait guarantees exclusive access to the data contained within the mutex for the duration of the lock.