Hi all,
When using the QtConcurrent::run() function I don't see any way to control the priority of the thread on which the code executes. For other threading functions such as QThreadPool::start() and the QThread class it is possible to control this. Is there a reason why QtConcurrent omits this functionality? Any way to work around it?
Thanks!
Bookmarks