$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Igor R (boost.lists_at_[hidden])
Date: 2008-05-24 17:05:31
> We took the opposite approach of explicitly queuing event
> objects. When we "pump" the queue, it sends each of those pending events
> through the signal to all connected slots.
Could you please elaborate a bit more or just post a short code
snippet? You queued functors containing shared_ptr to the original
signal objects? You used some generic approach or you made a specific
"subscription" function for each type of notification?
Thank you.