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ยง
- Holds an implementation of
AsyncRead
andAsyncWrite
, alongside with a read buffer and a write buffer.