Crate aeronet_channel

Crate aeronet_channel 

Source
Expand description

aeronet_io implementation using flume in-memory MPSC channels to transmit data between sessions.

crates.io docs.rs

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ยง

ChannelDisconnected
ChannelIo error when the peer drops its channel.
ChannelIo
aeronet_io layer using in-memory MPSC channels.
ChannelIoPlugin
Allows using ChannelIo.