Module libmcs::mcs [] [src]

Structs

Mutex

A mutual exclusion primitive useful for protecting shared data

MutexGuard

An RAII implementation of a scoped locking. When this structure is dropped (falls out of scope), the mutex will be unlocked.