Expand description
aeronet_io implementation using flume in-memory MPSC channels to transmit data between sessions.
This serves as both a simple reference implementation of an IO layer, and a tool for testing network code in a non-networked environment. This is not intended to be used as the primary IO layer for your app, as it cannot communicate over a network.
Structsยง
- Channel
Disconnected ChannelIoerror when the peer drops its channel.- Channel
Io aeronet_iolayer using in-memory MPSC channels.- Channel
IoPlugin - Allows using
ChannelIo.