QConcurrentCallBase Class
A base class for QConcurrentCall class template. More...
| Header: | #include <qconcurrentcalltask.h> |
| Inherits: | QObject |
| Inherited By: |
Note: All functions in this class are reentrant.
Static Public Members
| void | syncAll() |
Detailed Description
Member Function Documentation
[static] void QConcurrentCallBase::syncAll()
This method should be called on application quit to synchronize the finalization of all still possibly running functions that were started via QConcurrentCall. The call has to be executed from the main thread.
See also QConcurrentCall::setAutoDelayedSync().