Expand description

Types implementing an abstraction over IPC channels

Modules

Handler for Unix domain sockets

Constants

Default timeout for client IPC requests.

Traits

Trait that must be implemented by any IPC client

This trait is created to allow the iterator returned by incoming to iterate over a trait object that implements both Read and Write.

Functions

Create an implementation of Connect from the socket URL