Module tcp

Source
Expand description

TcpListener that can be cancelled.

Structsยง

CancellableTcpListener
Like std::net::tcp::TcpListener, but cancellable.
Incoming
Like std::net::tcp::Incoming, but stops accepting connections if the listener is canceled.