$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [MSM] a timer/timeout for the whole state machine (including submachines)
From: Albert Gil Moreno (albert.gil_at_[hidden])
Date: 2012-04-17 04:55:44
Thanks Christophe!
I understand the reasons (I was totally forgetting performance!).
Anyway, I've found myself in very similar situations (needing events from
submachines to the top machine) and I've decided to "standarize" a ugly
pointer solution just to make it nicer... ;-)
It works great and I think it will be easy to adapt to the future variadic
template you are plannig to add.
Thanks for the MSM Christophe!
Albert