Crate lagbuffer

Source

Structs§

DoubleBufferedLagBuffer
A buffer system designed to handle out-of-order events and reconcile the state.

Traits§

Event
A trait representing an event that has an associated order key of type OrderKey.
LagBuffer
State
A trait representing a state that can be modified by events.