QThreadPool Class Reference
[QtCore module]
Inherits QObject.
Methods
Static Methods
Detailed Description
Method Documentation
QThreadPool.__init__ (self, QObject parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
int QThreadPool.activeThreadCount (self)
int QThreadPool.expiryTimeout (self)
QThreadPool QThreadPool.globalInstance ()
int QThreadPool.maxThreadCount (self)
QThreadPool.releaseThread (self)
QThreadPool.reserveThread (self)
QThreadPool.setExpiryTimeout (self, int)
QThreadPool.setMaxThreadCount (self, int)
QThreadPool.start (self, QRunnable, int priority = 0)
bool QThreadPool.tryStart (self, QRunnable)
QThreadPool.waitForDone (self)