QProcess, QEventLoop - of any use for parallel-processing
Posted
by
dlib
on Stack Overflow
See other posts from Stack Overflow
or by dlib
Published on 2012-04-10T11:25:23Z
Indexed on
2012/04/10
11:29 UTC
Read the original article
Hit count: 407
I wonder whether I could use QEventLoop (QProcess?) to parallelize multiple calls to same function with Qt. What is precisely the difference with QtConcurrent or QThread? What is a process and an event loop more precisely? I read that QCoreApplication must exec() as early as possible in main() method, so that I wonder why it is different from main Thread.
could you point as some efficient reference to processes and thread with Qt? I came through the official doc and those things remain unclear.
Thanks and regards.
© Stack Overflow or respective owner