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.
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.
Bookmarks