Module tsukuyomi::server::transport[][src]

The implementation of I/O components.

Structs

Builder

A builder for constructing a Listener.

Handshake

A Future representing a handshake process until the connection is established.

Incoming

A Stream representing the stream of connections accepted by the Listener.

Io

An asynchronous IO which represents a TCP/UDS stream connected to peer.

Listener

A wrapped I/O object representing a listener for incoming connections.