Module state_machine

Source
Expand description

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.