PDA

View Full Version : threading



gayathrireddy
22nd November 2016, 12:53
using Qreadwritelock() how to run two threads simultaneously...

anda_skoa
22nd November 2016, 13:50
QReadWriteLock is for synchronizing access between threads.
It basically prevents two thread from running simultantiously.

Cheers,
_