Module message_io::network[][src]

Structs

Endpoint

Information to identify the remote endpoint. The endpoint is used mainly as a connection identified.

Network

Network is in charge of managing all the connections transparently. It transforms raw data from the network into message events and vice versa, and manages the different adapters for you.

ResourceId

Unique identifier of a network resource. The identifier wrap 3 values,

Enums

NetEvent

Input network events.

ResourceType

Information about the type of resource

SendingStatus

The following represents the posible status that a send()/send_all() call can return. The library do not encourage to perform the match of this status for each send() call, Only in that cases where you need extra information about how the sending method was.

Transport