Expand description
TcpListener that can be cancelled.
Structsยง
- Cancellable
TcpListener - Like
std::net::tcp::TcpListener
, butcancel
lable. - Incoming
- Like
std::net::tcp::Incoming
, but stopsaccept
ing connections if the listener iscancel
ed.
TcpListener that can be cancelled.
std::net::tcp::TcpListener
, but cancel
lable.std::net::tcp::Incoming
, but stops accept
ing connections if the listener is cancel
ed.