How to set stack size for thread run with QtConcurrent
?
Asked
Active
Viewed 315 times
1 Answers
0
This is not actually possible (there is a change request for this https://bugreports.qt-project.org/browse/QTBUG-2568). You have to use QThread
instead, and call setStackSize()
before starting your thread.

Archie
- 2,644
- 21
- 21