mha@sollentuna.net wrote:
> 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.
>
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.
- thomas