Struct sandbox_ipc::sync::MutexHandle
[−]
[src]
pub struct MutexHandle { /* fields omitted */ }A handle to a Mutex that exists in shared memory.
This can be sent over any medium capable of transmitting OS resources (e.g. MessageChannel). To reconstitute a working Mutex,
a reference to the SharedMem holding it must be transmitted as well.