[EMAIL PROTECTED] wrote:
OK. Now I understand. On Windows I don't need to do anything at all. There's no risk of signals in other threads then main.These "fake signals" are dispatched on the main thread. They are received by a worker thread, which will queue them up and set a flag, and the main thread then polls this queue and delivers the actual signal.
- thomas ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend