Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Qt 6 and Multithreading Caveats
-
With Qt 6, do the multithreading caveats listed in https://www.kdab.com/the-eight-rules-of-multithreaded-qt/ still apply?
Thanks in advance.
-
@fpkvd said in Qt 6 and Multithreading Caveats:
With Qt 6, do the multithreading caveats listed in https://www.kdab.com/the-eight-rules-of-multithreaded-qt/ still apply?
Yes. Threading rules have not changed.
-
@fpkvd said in Qt 6 and Multithreading Caveats:
With Qt 6, do the multithreading caveats listed in https://www.kdab.com/the-eight-rules-of-multithreaded-qt/ still apply?
Yes. Threading rules have not changed.
-
@JKSH Thank you for the quick answer!