Parallel execution of orthogonal states

I have a state machine that has a pair of orthogonal states. These states react to the same event. When an event is dispatched through process_event

, a simple test tells me that it is being processed sequentially, even though the states are orthogonal to each other.

Is there a way to make these orthogonal states handle the event in parallel?

+3
c ++ boost parallel-processing boost-statechart


source to share


No one has answered this question yet

Check out similar questions:

1518
Image processing: improvement of the algorithm for the recognition of "Coca-Cola Can"
1250
Replacing 32-bit loop counter with 64-bit values ​​leads to crazy performance deviations
950
What is the difference between concurrency and concurrency?
118
Boost Statechart vs. Meta State Machine
78
Coordinating parallel execution in node.js
7
Boost Statechart - Local Transitions
1
reacting to all orthogonal states ending in Boost.statechart
0
What's the easiest way for me to make boost :: statechart :: state_machine thread safe?
0
periodic state machine with formatting
0
Can I customize the reaction to an event in multiple states in different orthogonal reigions using boost.statecharts?



All Articles
Loading...
X
Show
Funny
Dev
Pics