Module zircon_object::ipc [−][src]
Objects for IPC.
Structs
| Channel | Bidirectional interprocess communication |
| Fifo | First-In First-Out inter-process queue. |
| MessagePacket | The message transferred in the channel. See Channel for details. |
| Socket | Bidirectional streaming IPC transport. |
| SocketFlags | Signals that waitable kernel objects expose to applications. |
| SocketInfo | The information of a socket |