Re-exports§
pub use self::guard::*;
Modules§
- guard 🔒
Structs§
- Group
Guard 🔒 - 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 oneGroupGuard
are active. - Gutex
- A mutex that grant exclusive access to a group of members.
- Gutex
Group - Group of
Gutex
.