Expand description
mintex is a minimal Mutex.
Most of the implementation is lifted from std::sync::Mutex
.
The reason for this mutex existing is that I’d like a mutex which is
quite lightweight and does not perform allocations.
Structs§
- Mutex
- Mutex implementation.
- Mutex
Guard - RAII Guard over locked data.