Module fibers::net::futures [] [src]

Implementations of futures::Future trait.

Structs

Connect

A future which will open a TCP connection to a remote host.

Connected

A future which represents a TcpStream connected to a TcpListener.

RecvFrom

A future which will receive data from the socket.

SendTo

A future which will send data B on the socket to the given address.

TcpListenerBind

A future which will create a new TcpListener which will be bound to the specified address.

UdpSocketBind

A future which will create a UDP socket binded to the given address.