$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2004-09-23 15:47:29
On Sep 23, 2004, at 3:13 AM, Aaron W. LaFramboise wrote:
> I see that the FAQ mentions that a future version of Boost.Signals will
> be thread-safe. Are there any plans for this to happen any time soon?
I think we know how to do it, mostly, but there are no concrete plans
to do it.
> Right now, is there even a weak thread-safety guarantee? Specifically,
> may two separate signal objects be manipulated by two separate threads
> at the same time?
There really aren't any guarantees, even weak ones :(
Doug