Expand description
Tokio IPC transport. Under the hood uses Unix Domain Sockets for Linux/Mac and Named Pipes for Windows.
Structs§
- Endpoint
- Endpoint for IPC transport
- Incoming
- Stream of incoming connections
- IpcConnection
- IPC Connection
- Remote
Id - Remote connection data, if any available
- Security
Attributes - Socket permissions and ownership on UNIX
Functions§
- dummy_
endpoint - For testing/examples