Expand description
IPC channel implementation for message passing
Provides both synchronous (blocking) and asynchronous (non-blocking) communication channels between processes.
Structs§
Constants§
- MAX_
CHANNEL_ QUEUE_ SIZE - Maximum number of queued messages per channel
Functions§
- call_
reply - IPC call with reply (RPC-style)
- fast_
ipc_ send - Fast-path IPC for small messages