Expand description
Stream wrapper which provides a ResetStream
impl for StreamOnce
impls which do not have
one.
Structsยง
Stream
which buffers items from an instance ofStreamOnce
into a ring buffer. Instances ofStreamOnce
which is not able to implementResetStream
(such asReadStream
) may use this as a way to implementResetStream
and become a fullStream
instance.