[Qt-interest] Signal delivery order?

Frank Hemer frank at hemer.org
Wed Jul 14 17:57:45 CEST 2010


On Wednesday 14 July 2010 17:48:54 Jason H wrote:
> If you're on the same thread and they are directly connected, then they
> will be executed in order as local function calls.
>
> If they are queued, the statement does not apply.
> If they are across threads (which have to be queued) then the statement
> does not apply.

Hmm - in case of queueing, the signals are queued in the identical 
(event)queue thus the order cannot get scrambled provided there is only 
one 'other' thread as the author expected.

Frank



More information about the Qt-interest-old mailing list