Module tanya.async.protocol

This module contains protocol which handle data in asynchronous applications.

When an event from the network arrives, a protocol method gets called and can respond to the event.

Interfaces

NameDescription
Protocol Common protocol interface.
TransmissionControlProtocol Interface for TCP.