broker_tokio::net

Module tcp

Source
Available on crate feature tcp only.
Expand description

TCP utility types

Structsยง

  • Stream returned by the TcpListener::incoming function representing the stream of sockets received from a listener.
  • Read half of a TcpStream.
  • Write half of a TcpStream.