When you send a signal into a thread that it is not the GUI thread (by instance from a socket thread), the signal is enqueued in the event loop of the receiver’s thread.(I believe this, tell me if I am wrong)
I am wondering if this queue is FIFO ? I can’t find it with google..
There are 5,820,000 results on Google for
qt signal queue fifo, the first having in its result summary the following wording from Qt’s documentation:So, where they’ve used the term “queue”, they indeed mean FIFO as the word implies anyway.
This would also be easy to test for yourself.