Module sandbox_ipc::sync[][src]

Structs

Mutex

An analogue of std::sync::Mutex which can operate within shared memory.

MutexGuard
MutexHandle

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.