On 2016-01-20 15:08, Pau Garcia i Quiles wrote:
> Replacing QThread with std::thread? Please don't.

Uh... that had *better* not happen, come to think of it. QThread is a
QObject, which means it has signals/slots and an event loop. It is a LOT
more featureful than std::thread, which is (mostly) just a handle. (That
said... having a QThread member to *get* the std::thread may be a good
idea...)

Mutexes and the like are another matter.

-- 
Matthew

_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to