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.
Common protocol interface.
Interface for TCP.
See Source File tanya/async/protocol.d
Mozilla Public License.
Eugene Wissner 2016-2020.
Eugene Wissner
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.