Skip to main content

Module io

Module io 

Source
Expand description

Network IO — small TCP/UDP helpers mirroring / IO.Udp but exposed as simple functions returning tokio::net primitives wrapped in channel-driven actors.

Re-exports§

pub use manager::ConnId;
pub use manager::IoEvent;
pub use manager::TcpCommand;
pub use manager::TcpManager;
pub use manager::UdpCommand;
pub use manager::UdpManager;

Modules§

manager
TcpManager / UdpManager actor-style wrappers.
tcp
Minimal Tcp bind/connect helpers. etc.
udp
UDP helpers.