Hey Qt folks,

I’ve got a general question on Qt’s implementation of concurrency (i.e.
QThread et al.).
The new C++ standard introduces a whole new way of concurrency,
incorporating a new memory model making it unnecessary to use 3rd party
libs like pthread, for instance.

As far as I know, Qt is currently using the pthread-library – in case of
linux – within all concurrency related classes.

Will Qt make use of the new memory model and the new Thread API of the new
C++ standard in future releases? Are there any plans/roadmaps?

Thanks in advance,

Frank
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to