mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-16 00:00:12 +02:00
This patch keeps the primary net types in `tokio::net` and moves secondary types to a protocol specific submodules. Primary types are the ones that users are most likely to name (`TcpStream`, `TcpListener`, `UdpSocket`, ...) Secondary types are the operation futures.