Module timely::dataflow::operators::aggregation::state_machine
[−]
[src]
General purpose state transition operator.
Traits
StateMachine |
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. |