Skip to main content

Module sequencer

Module sequencer 

Source
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 FrameId and puts them in the correct sequence starting with FrameId equal to 1.
SequencerConfig
How a Sequencer decides to stop waiting for a frame that has not arrived.

Enums§

State 🔒

Traits§

SequencerExt
Stream extensions methods for item sequencing.