From: Peter Dimov (pdimov_at_[hidden])
Date: 2008-03-09 08:54:20


Johan Torp:

> Peter Dimov-5 wrote:
>>
>> It would also crash if the signal wasn't thread safe, so where's the
>> difference?
>>
>
> Why would it crash?

Because the thread-safe signal will only crash in your program when the
signal is being called in one thread and the class was destroyed in another.
Perhaps I'm missing something though. Your program wasn't complete.