[Qt-interest] Re : Queued connection execution order

BOUCARD Olivier boucard_olivier at yahoo.fr
Mon Sep 12 14:19:51 CEST 2011


Thanks Bo to confirm what I suspect by a documentation sentence.
So now I have to find a workaround for what I have to do :).




>________________________________
>De : Bo Thorsen <bo at fioniasoftware.dk>
>À : "qt-interest at qt.nokia.com" <qt-interest at qt.nokia.com>
>Envoyé le : Lundi 12 Septembre 2011 12h47
>Objet : Re: [Qt-interest] Queued connection execution order
>
>Den 12-09-2011 11:18, Mandeep Sandhu skrev:
>>> 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.
>
>What you write is correct, but not something we can depend on. The 
>documentation says the order of events in the event queue is 
>undocumented. But it's so far always been like you say.
>
>Bo Thorsen,
>Fionia Software.
>
>-- 
>
>Expert Qt and C++ developer for hire
>Contact me if you need expert Qt help
>http://www.fioniasoftware.dk
>_______________________________________________
>Qt-interest mailing list
>Qt-interest at qt.nokia.com
>http://lists.qt.nokia.com/mailman/listinfo/qt-interest
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110912/5235db16/attachment.html 


More information about the Qt-interest-old mailing list