Skip to main content

Module ipc_method

Module ipc_method 

Source
Expand description

Traits for Inter-Process Communication (IPC) and some pre-implemented IPC methods.

Modules§

pipepipe
IPC method implementation using Unix domain sockets and Windows named pipes.
websocketwebsocket
IPC method implementation using WebSocket.

Traits§

IpcConnection
Describes the behavior of an IPC connection.
IpcListener
Describes the behavior of an IPC listener which accepts incoming IPC connections.

Type Aliases§

IoFuture
A boxed Send future returning Result<T, IoError>, used as the return type of dyn-compatible trait methods in this module.