$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost msm - differed events
From: Kamel Zaarouri, Mr (kamel.zaarouri_at_[hidden])
Date: 2012-12-05 11:11:46
Hi guys,
I realized that I asked a very unclear question yesterday. I will try to reformulate :)
Let's say I have 2 states, an Active state and an Idle state. If I receive some events in Active state I would like to defer them and execute them when I go back to Idle state.
But when I go back to Idle State is there a way to chose which previously deferred event to process? or is there a way to prioritize them or even ignore few of them?
Thank you!