Crate s_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
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