Thread-safety in Boost.Signals

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? 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? Aaron W. LaFramboise

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
participants (2)
-
Aaron W. LaFramboise
-
Doug Gregor