fsmpp2
fsmpp2 copied to clipboard
Event generation from within a state
Currently event mechanism is designed in a way that events are passed from external source by calling dispatch() method on state machine object. Provide few use-cases and examples how this could be used from within a state instance.
The issue is parked. Proper use case must be described.