Expand description
Synchronous IPC implementation
Provides blocking send/receive operations with direct handoff between processes.
Structs§
- Sync
IpcStats - Statistics for synchronous IPC
- Sync
Stats Summary
Functions§
- get_
sync_ stats - Get synchronous IPC statistics
- sync_
call - Call operation (send and wait for reply)
- sync_
receive - Synchronous message receive
- sync_
reply - Reply to a previous call
- sync_
send - Synchronous message send