$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2005-08-21 20:20:31
On Aug 19, 2005, at 7:07 AM, Peter Simons wrote:
> I recall reading in the Boost.Signal documentation that the
> library is not thread-safe; meaning, it will probably do
> weird things when several threads register/unregister a
> callback simultaneously, etc.
>
> Has this limitation been addressed in the more recent
> versions of the library?
No, it hasn't :(
Signals has fallen way behind in its development. I've hardly even
had the time to maintain it adequately, much less implement new
features.
Doug