Boost Statechart vs. Meta State Machine

前端 未结 5 1042
隐瞒了意图╮
隐瞒了意图╮ 2021-01-29 18:13

Apparently boost contains two separate libraries for state machines: Statechart and Meta State Machine (MSM). The taglines give very similar descriptions:

  • Boost.St
5条回答
  •  臣服心动
    2021-01-29 18:39

    Some time ago I began with Statechart and moved to MSM because it was easier to use in conjunction with asio from a single thread. I did not manage to mesh Statechart and its multithreading capabilities with my use of asio - it was likely some sort of newbie incomprehension of Statechart on my part. I found that MSM was easier to use as it did not address multithreading.

提交回复
热议问题