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.
- 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.
- Structure used to represent a raw message from an IpcSender.
Enums
- Result for readable events returned from IpcReceiverSet::select.
Constants
Statics
Functions
- __getit 🔒 ⚠
- __getit 🔒 ⚠
- __getit 🔒 ⚠
- __getit 🔒 ⚠
- __init 🔒
- __init 🔒
- __init 🔒
- __init 🔒
- 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.