Module tokio

Available on crate features tcp and tokio only.

Structs§

TcpStream
A [tokio::net::TcpStream] that implements [AsyncRead] and [AsyncWrite].

Type Aliases§

Transport
A TCP Transport that works with the tokio ecosystem.