[Qt-interest] Queued connection execution order

Mandeep Sandhu mandeepsandhu.chd at gmail.com
Mon Sep 12 11:18:36 CEST 2011


> If A call C before B, it is no guarantee that C receive the A's call before
> the B's call?

I think the events (queued up in the event loop) will be processed in
the order in which they were delivered, at least for the same type
(spontaneous vs non-spontaneous) of events...so yes if A invokes C's
method before B, then thats the order in which it will get executed in
C's thread.

HTH,
-mandeep



More information about the Qt-interest-old mailing list