Module smoldot_light::platform::with_buffers
source · 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.