Synchronization in thread
General and Desktop
3
Posts
3
Posters
1.3k
Views
1
Watching
-
In my opinion, you could utilize "QMutexLocker":http://qt-project.org/doc/qt-5.0/qmutexlocker.html
inside write method. There is example how to use it on Qt documentation.