Module shared_memory

Module shared_memory 

Source
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§

SharedMemory
A shared memory object for inter-process communication
SharedMemoryState 🔒
Internal state of a shared memory object

Constants§

LOG_SHARED_MEMORY_RESIZE 🔒

Traits§

SharedMemoryObject
Shared memory operations