PDA

View Full Version : using QReadWriteLock in QMap and Qhash



HERC
1st July 2010, 13:00
Hello,

I have multiple threads that need access to a QHash or QMap table.
Is it save to use an QReadWriteLock or must I use QMutex for locking the table ?