Is there a way that the signal a QThread sends to main thread is received immediately (and not queued)?
I mean that if a thread signals then the main thread will receive it AFTER it has done its own work (using the thread-safe connection type QueuedConnection).