[][src]Module fumio_reactor::net

Various network abstractions

Based on PollEvented.

Structs

TcpConnectFuture

A future completing when a stream is ready to use (or failed).

TcpIncoming

Stream of incoming connections (can also be polled as single future to get the next connection, as the stream never ends).

TcpListener

A TCP listening socket.

TcpStream

A TCP connection

UdpRecvFrom

Pending recv_from operation

UdpSendTo

Pending send_to operation

UdpSocket

A UDP socket