[Qt-interest] Over-subscribe qt::concurrent
Denis Mingulov
denis at mingulov.com
Fri Aug 5 19:45:34 CEST 2011
Hi,
On Fri, Aug 5, 2011 at 8:31 PM, Cole, Derek <dcole at integrity-apps.com> wrote:
> is the behavior defined when I try to oversubscribe my system with threads
> running functions with QtConcurrent::run()?
Yes of course it is defined and moreover a well documented behaviour.
http://doc.qt.nokia.com/latest/qtconcurrentrun.html#run :
"Runs function in a separate thread. The thread is taken from the
global QThreadPool. Note that the function may not run immediately;
the function will only be run when a thread is available."
Documentation about QThreadPool you can see here:
http://doc.qt.nokia.com/latest/qthreadpool.html
--
Best Regards,
Denis Mingulov
More information about the Qt-interest-old
mailing list