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

Thiago Macieira thiago.macieira at intel.com
Wed Jan 20 21:52:49 CET 2016


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




More information about the Development mailing list