$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [msm] Async transition
From: Christophe Henry (christophe.j.henry_at_[hidden])
Date: 2010-08-26 13:57:33
Hi,
> from what I understand of Meta-State-Machine library documentation,
> the state transitions are performed immediately when events are
> processed. - right?
Right.
> So my (maybe very dumb) question is : is there cases where the
> state-machine will perform state transitions in an asynchronous way?
No, transitions are performed when an event is fired.
What are you trying to achieve?
Regards,
Christophe