pub struct TcpStreamAsyncWrapper { /* private fields */ }
Expand description
Wrapper for tokio_uring
’s TcpStream
, to implement AsyncRead
and AsyncWrite
by using buffers.
pub struct TcpStreamAsyncWrapper { /* private fields */ }
Wrapper for tokio_uring
’s TcpStream
, to implement AsyncRead
and AsyncWrite
by using buffers.