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 Mario,
Yes, in the current implementation the state machine handles only one event at a time. This is to keep the implementation as minimal as possible. However, in complex application, this may not be sufficient. The current framework could be improved to support event queue.
I will start working on it soon. I had implemented this feature in the past but it was tightly coupled to my implementation of queue. I don't want to have such dependency in this framework.
Feel free if you also have any suggestion to implement this feature.
Consider the pseudo code:
Should the set of event be protected from other tasks?
What is your opinion on this? Could this be improved?
The text was updated successfully, but these errors were encountered: