QtCore/qthreadpool.h Source File
Go to the documentation of this file.
57 class QThreadPoolPrivate;
62 Q_PROPERTY(
int expiryTimeout READ expiryTimeout WRITE setExpiryTimeout)
63 Q_PROPERTY(
int maxThreadCount READ maxThreadCount WRITE setMaxThreadCount)
76 int expiryTimeout() const;
77 void setExpiryTimeout(
int expiryTimeout);
79 int maxThreadCount() const;
80 void setMaxThreadCount(
int maxThreadCount);
82 int activeThreadCount() const;
88 bool waitForDone(
int msecs);
94 #endif // QT_NO_THREAD
#define QT_BEGIN_NAMESPACE