[Development] Qt 5 types under consideration for deprecation / removal in Qt 6
Mutz, Marc
marc at kdab.com
Tue Jun 4 22:01:00 CEST 2019
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.
More information about the Development
mailing list