xstate-cpp-generator
xstate-cpp-generator copied to clipboard
Multiple State Machines
Great library, precisely what we have been looking for! How would you suggest dealing with multiple state machines? In the TypeScript version, you can invoke a state machine from inside another state machine. Is this approach compatible with your threading model in the generated code, or should we listen for event callbacks on the parent state machine and create the child as a parallel machine? Thanks in advance for your thoughts!