Crate lagbuffer

source

Structs§

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

Traits§

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