|
bool FX::QThread::wait |
( |
FXuint |
time = FXINFINITE |
) |
[inherited] |
- Parameters:
-
| time | Time in milliseconds to wait. Use FXINFINITE to wait forever |
- Returns:
- True if thread finished in time alloted, false if wait timed out
Waits for the thread to finish. A thread waiting on itself will never succeed. - Warning:
- On POSIX Unix, when specified with something other than FXINFINITE, if the thread died in a way that didn't permit QThread to be notified then this may wait forever
|