Module listener

Source
Expand description

Interface for service IPC front

The Listen trait acts as an interface for the operations that must be supported by any implementation of the IPC mechanism used as a Parsec front.

Structs§

Connection
Represents a connection to a single client

Enums§

ConnectionMetadata
Specifies metadata associated with a connection, if any.

Traits§

Listen
IPC front manager interface
ReadWrite
This trait is created to allow the iterator returned by incoming to iterate over a trait object that implements both Read and Write.