ipc_channel

Module 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. The server is “one-shot” because it accepts only one connect request from a client.
  • 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§

Constants§

Functions§