Module gutex

Source

Re-exports§

pub use self::guard::*;

Modules§

guard 🔒

Structs§

GroupGuard 🔒
An RAII object used to release the lock on GutexGroup. This type cannot be send because it will cause data race on the group when dropping if more than one GroupGuard are active.
Gutex
A mutex that grant exclusive access to a group of members.
GutexGroup
Group of Gutex.