Expand description
Augments an implementation of AsyncRead and AsyncWrite with a read buffer and a write
buffer.
While this module is generic, the targeted use-case is TCP connections.
Structsยง
- Read
Write Access - See
WithBuffers::read_write_access. - With
Buffers - Holds an implementation of
AsyncReadandAsyncWrite, alongside with a read buffer and a write buffer.