Module timely::dataflow::operators::aggregation::state_machine

source ·
Expand description

General purpose state transition operator.

Traits§

  • Generic state-transition machinery: each key has a state, and receives a sequence of events. Events are applied in time-order, but no other promises are made. Each state transition can produce output, which is sent.