Expand description
§aeronet_channel
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§
ChannelIo
error when the peer drops its channel.aeronet_io
layer using in-memory MPSC channels.- Allows using
ChannelIo
.