
9 Mar
2008
9 Mar
'08
12:54 p.m.
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.