with_seq

Function with_seq 

Source
fn with_seq(event: Event, seq: u64) -> Event
Expand description

Rewrite the seq field on a Local* event. The reducer owns the monotonic counter (single mutator) so workers can emit with seq = 0 and let this function fill it in.