QThreadPool
#include <QtCore/QThreadPool>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QThreadPool
Overview
Properties Index
int | activeThreadCount [read-only] |
int | expiryTimeout |
int | maxThreadCount |
Public Functions Index
QThreadPool (QObject *parent=0) | |
~QThreadPool () | |
int | activeThreadCount () const |
int | expiryTimeout () const |
int | maxThreadCount () const |
void | releaseThread () |
void | reserveThread () |
void | setExpiryTimeout (int expiryTimeout) |
void | setMaxThreadCount (int maxThreadCount) |
void | start (QRunnable *runnable, int priority=0) |
bool | tryStart (QRunnable *runnable) |
void | waitForDone () |
bool | waitForDone (int msecs) |
Static Public Functions Index
Properties
int
int
int
Public Functions
Destructor.
int
int
int
void
void
void
void
void
bool
void
bool
Static Public Functions
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy