[Development] What kind of airplane we want to build?

Matthew Woehlke mwoehlke.floss at gmail.com
Wed Jan 20 21:28:12 CET 2016


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




More information about the Development mailing list