Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.4.3
-
None
-
0235de994 (dev), 6a549625e (tqtc/lts-6.2), a3189a456 (tqtc/lts-5.15), cb247aecd (6.5), 69fa86f81 (6.6)
-
Foundations Sprint 79, Foundations Sprint 80, Foundation Sprint 81, Foundation Sprint 82, Foundation Sprint 83, Foundation Sprint 84
Description
Due QTBUG-106933, which seems is an optimization feature, not a bug, description of QtConcurrent::run(QThreadPool *pool, Function function, ...) should be changed. Currrently there is: "Runs function in a separate thread. The thread is taken from the QThreadPool pool." It should be changed to something like: "Runs function in a separate thread taken from the QThreadPool pool or current thread, depending on <something>" Sorry I don't known details, it is quite useless for my task, but I think that information is rather important for other programmers.