[Qt-interest] Queued connection execution order
BOUCARD Olivier
boucard_olivier at yahoo.fr
Mon Sep 12 10:55:03 CEST 2011
Hi,
As it is not stated clearly in the Qt documentation, or I do not find it.
Could someone can confirm that I cannot rely on the execution order of queued connected QMetaObject::invokeMethod?
In other word, I have an object A and B which call an object C, which lives in another thread, through QMetaObject::invokeMethod with Qt::AutoConnection.
If A call C before B, it is no guarantee that C receive the A's call before the B's call?
Thank you.
Olivier.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110912/e66f721b/attachment.html
More information about the Qt-interest-old
mailing list