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 - A NOOP struct for bringing the API between Windows and Unix up to s. To set permissions
properly on Unix, you can just use
std::os::unix::fs::PermissionsExt
.
Functions§
- dummy_
endpoint - For testing/examples