|
FX::QWaitCondition::QWaitCondition |
( |
bool |
autoreset = false , |
|
|
bool |
initialstate = false | |
|
) |
| | |
- Parameters:
-
| autoreset | When true, object automatically reset()'s itself after releasing all threads with a wakeAll() |
| initialstate | When true, object starts life signalled |
|