Hi There!

I just wanted to ask about some details that are not clear to me after reading the documentation.

I intend to exchange data between threads using signals and slots. In the receiving thread, do I have to call exec() for the slots to fire? And when is the best time to do so? In the constructor? At the begining of run()? Or with each iteration of my infinite loop in the run() method?

When using queued connection and there are multiple signals waiting n the queue for the same slot, are they all guaranteed to be executed or only the last one in the queue?

Thanks
Cruz