Structs§
Stream
which buffers items from an instance ofStreamOnce
into a ring buffer. Instances ofStreamOnce
which is not able to implementResetable
(such asReadStream
) may use this as a way to implementResetable
and become a fullStream
instance.