Skip to main content

Crate copybook_sequence_ring

Crate copybook_sequence_ring 

Source
Expand description

Deterministic sequence reordering primitive for parallel pipelines.

SequenceRing accepts potentially out-of-order records tagged with a sequence ID and emits them in-order.

Structsยง

SequenceRing
Bounded channel with sequence tracking for ordered emission
SequenceRingStats
Statistics about sequence ring operation
SequencedRecord
Record with sequence ID for ordered processing