Structs§
- IpcBytes
Receiver - Receiving end of a channel that does not used serialized messages.
- IpcBytes
Sender - Sending end of a channel that does not used serialized messages.
- IpcMessage
- Structure used to represent a raw message from an
IpcSender
. - IpcOne
Shot Server - A server associated with a given name.
- IpcReceiver
- Receiving end of a channel using serialized messages.
- IpcReceiver
Set - Collection of IpcReceivers moved into the set; thus creating a common (and exclusive) endpoint for receiving messages on any of the added channels.
- IpcSender
- Sending end of a channel using serialized messages.
- IpcShared
Memory - Shared memory descriptor that will be made accessible to the receiver of an IPC message that contains the discriptor.
- Opaque
IpcReceiver - Opaque
IpcSender
Enums§
- IpcError
- IpcSelection
Result - Result for readable events returned from IpcReceiverSet::select.
- TryRecv
Error
Functions§
- bytes_
channel - Create a connected IpcBytesSender and IpcBytesReceiver.
- channel
- 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.