Re: QtConcurrent Performance
As far as I remember you can ask it to use n (one in your case) thread at once, but then what's the point of using Qt Concurrent?
Re: QtConcurrent Performance
That's too bad. Whats the point of having a high level api when you can't control the basics :(
Re: QtConcurrent Performance
This has nothing to do with Qt Concurrent. Threads are controlled by your operating system. You can ask it to change the priority of threads it runs, but that's only a hint, so OS can ignore it.