
26 Aug
2010
26 Aug
'10
5:57 p.m.
Hi,
from what I understand of Meta-State-Machine library documentation, the state transitions are performed immediately when events are processed. - right?
Right.
So my (maybe very dumb) question is : is there cases where the state-machine will perform state transitions in an asynchronous way?
No, transitions are performed when an event is fired. What are you trying to achieve? Regards, Christophe