22 Jul
2014
22 Jul
'14
5:14 p.m.
One approach that works for my application, that uses a single subclass of state_machine, is to override (i.e. hide) the base state_Machine::process_event with a version that simply sets an 'is_processing' flag before calling the base process_event, and clears it afterwards. Then other methods can call post_event if is_processing is true, and process_event otherwise. -- View this message in context: http://boost.2283326.n4.nabble.com/Statechart-How-to-decide-between-post-eve... Sent from the Boost - Users mailing list archive at Nabble.com.