Crate tetsy_tokio_ipc

Source
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
RemoteId
Remote connection data, if any available
SecurityAttributes
Socket permissions and ownership on UNIX

Functions§

dummy_endpoint
For testing/examples