Expand description
General purpose state transition operator.
Traitsยง
- State
Machine - 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.