Skip to main content

Module sequencer

Module sequencer 

Source
Expand description

Monotonic sequence generator for event ordering. Monotonic sequence generator for event ordering.

Structs§

GlobalSequencer
A simple monotonic counter for issuing tickets.
SequenceBarrier
A barrier that waits for a specific sequence number to be reached. It handles out-of-order completions by buffering them and advancing the publicly visible “finished” sequence monotonically.