[Qt-interest] QRunnable or QThread
Tim W
timpie.w at gmail.com
Tue May 19 18:48:53 CEST 2009
>QThread and QRunnable
QThread is low-level threading primitive to create and handle threads.
QRunnable is high-level concept (command
pattern<http://en.wikipedia.org/wiki/Command_pattern>)
and is thread independent. QRunnable objects can be executed in another
thread but doesn't have to be.
Cheers,
Tim
---
An Apple a day keeps Windows away
ACCU - http://www.accu.org - Professionalism in Programming.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090519/80860681/attachment.html
More information about the Qt-interest-old
mailing list