Module ipc_channel::ipc
source ยท Structsยง
- Receiving end of a channel that does not used serialized messages.
- Sending end of a channel that does not used serialized messages.
- Structure used to represent a raw message from an
IpcSender
. - A server associated with a given name.
- Receiving end of a channel using serialized messages.
- Collection of IpcReceivers moved into the set; thus creating a common (and exclusive) endpoint for receiving messages on any of the added channels.
- Sending end of a channel using serialized messages.
- Shared memory descriptor that will be made accessible to the receiver of an IPC message that contains the discriptor.
Enumsยง
- Result for readable events returned from IpcReceiverSet::select.
Constantsยง
Functionsยง
- Create a connected IpcBytesSender and IpcBytesReceiver.
- Create a connected IpcSender and IpcReceiver that transfer messages of a given type provided by type
T
or inferred by the types of messages sent by the sender.