tags:

views:

131

answers:

2

Hello, How to implement ManualResetEvent and AutoResetEvent in Qt?

A: 

You questions are likely answered if you read Qt documentation on multithreaded programming.

Ariya Hidayat
A: 

Implemented using QWaitCondition.

Ajay