You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm sorry for this question, but I need of an example of asynchronous statechart.
In english, I want to say that I need to execute the transition in reentrant way.
For example, if I have a state A and it posts an event to state B and this state B posts an event to state A, actually I got an error.
Do you think that asynchronous statechart resolve my problem?
The text was updated successfully, but these errors were encountered:
Hi,
I'm sorry for this question, but I need of an example of asynchronous statechart.
In english, I want to say that I need to execute the transition in reentrant way.
For example, if I have a state A and it posts an event to state B and this state B posts an event to state A, actually I got an error.
Do you think that asynchronous statechart resolve my problem?
The text was updated successfully, but these errors were encountered: