Crate protosocket_server
source ·Structs§
- A ConnectionServer is an IO driver. It directly uses mio to poll the OS’s io primitives, manages read and write buffers, and vends messages to & from connections. Connections interact with the ConnectionServer through mpsc channels.