Expand description
Scoped Mutex Traits
This crate provides traits that are aimed at compatibility for scoped mutexes.
Compared to the more general traits provided by the lock_api
crate, these traits
are aimed at being more compatible with implementations based on critical sections,
are easier to work with in a nested or strictly LIFO pattern.
Traitsยง
- Const
Init - Const Init Trait
- Scoped
RawMutex - Raw mutex trait.