Skip to main content

merge_by_clock

Function merge_by_clock 

Source
pub fn merge_by_clock(left: Stream, right: Stream, clock: Symbol) -> Stream
Expand description

Returns a stream merging left and right ordered by their clock tick.

At each step the packet with the lower tick index on clock is emitted first; packets without that clock tick sort as having no key.