Expand description
Shared memory implementation for inter-process communication
This module provides shared memory objects for memory-based communication between processes. Shared memory allows multiple processes to access the same physical memory region, providing efficient data sharing without copying.
Structs§
- Shared
Memory - A shared memory object for inter-process communication
- Shared
Memory 🔒State - Internal state of a shared memory object
Constants§
Traits§
- Shared
Memory Object - Shared memory operations