23 Jan
2015
23 Jan
'15
11 a.m.
Hi Christophe,
Did you consider adding build-in multi-thread support? (via policies maybe?)
For example, I can guaranteed that all access to sub-fsm within its
handlers (process_event()) will be synchronized.
The problem is, sub-fsm "knows" about its parent and internally
communicates with it (forwarding events etc). I can't control it from my
side.
typical scenario:
an action from sub-fsm
struct A_Init
{
template