Expand description
This module defines the Sequencer stream adaptor.
Structs§
- Buffered 🔒
- Buffer entry pairing an item with when it entered the buffer.
- Sequencer
- Sequencer is an adaptor for streams, that yield elements that have a natural ordering and
can be compared with
FrameIdand puts them in the correct sequence starting withFrameIdequal to 1. - Sequencer
Config - How a
Sequencerdecides to stop waiting for a frame that has not arrived.
Enums§
- State 🔒
Traits§
- Sequencer
Ext - Stream extensions methods for item sequencing.