Expand description
Message passing implementation for IPC
This module provides the core message passing functionality between processes, including message queues, delivery, and process synchronization.
Structs§
- Endpoint
- Endpoint structure with message queue
- Endpoint
Registry - Global endpoint registry
- Message
Queue - Message queue for each endpoint
Functions§
- init
- Initialize message passing subsystem
- receive_
from_ endpoint - Receive a message from an endpoint
- retrieve_
delivered_ message - Retrieve a delivered message for the current process
- send_
to_ endpoint - Send a message to an endpoint