Expand description
This module contains data structures for buffering incoming streams.
Structsยง
- Drain
- Iter
- Reassembler
Reassembler
is a buffer structure for combining chunks of bytes in an ordered stream, which might arrive out of order.
This module contains data structures for buffering incoming streams.
Reassembler
is a buffer structure for combining chunks of bytes in an
ordered stream, which might arrive out of order.