Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
-
None
Description
QReadWriteLock does not interact well with stl classes. while QMutex implements the TimedMutex concept, the QReadWriteLock does not implement SharedTimedMutex. so it cannot be used with stl helpers like unique_lock, shared_lock and friends