Structs§
- Mutex
- An analogue of
std::sync::Mutex
which can operate within shared memory. - Mutex
Guard - Mutex
Handle - A handle to a
Mutex
that exists in shared memory.
Constants§
- MUTEX_
SHM_ SIZE - The amount of shared memory space required to hold a
Mutex
.