On Wednesday 20 January 2016 21:08:07 Pau Garcia i Quiles wrote: > Replacing QThread with std::thread? Please don't.
Unlike the containers or even futures/promises vs QtConcurrent, we can easily argue that QThread provides a lot more functionality than std::thread. In just one word: signals. We should provide QThread::makeThread() taking a lambda and some other niceties, though. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
