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