Hi, i have 2 threads one is writing to bool value. another is only reading its value. they can do it simultaneously. must i use QReadWriteLock to block reading when writing happens, and block writing when reading happens? Or for bool value read/write from 2 threads will not conflict? -- Serge