#include <QtCrypto>
Public Member Functions | |
void | conditionMet () |
Synchronizer (QObject *parent) | |
bool | waitForCondition (int msecs=-1) |
QCA::Synchronizer::Synchronizer | ( | QObject * | parent | ) |
Standard constructor.
parent | the parent object to this object |
void QCA::Synchronizer::conditionMet | ( | ) |
Call to continue execution in the paused thread.
bool QCA::Synchronizer::waitForCondition | ( | int | msecs = -1 |
) |
Call to pause execution in this thread.
This function will block until conditionMet() is called.
msecs | the time to wait before proceeding. The default timeout value (-1) indicates to wait indefinitely. |