On 2019-05-30 20:35, Thiago Macieira wrote:
On Wednesday, 29 May 2019 08:13:51 PDT Olivier Goffart wrote:
[...]
> === QWaitCondition -> std::condition_variable(_any) ===

Yes.

Can't change QWaitCondition without changing QMutex. It's all or nothing.

I believe std::condition_variable_any should work with QMutex. So at least in that direction, they're not bound together. Of course, std::condition_variable is probably faster than _any, and, indeed, tied to std::*mutex.
_______________________________________________
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to