NAME
Qt::Core::QThreadPool
PUBLIC METHODS
- QThreadPool(QObject * parent)
- QThreadPool(QObject * parent = 0)
- ~QThreadPool()
- int activeThreadCount()
- int expiryTimeout()
- static QThreadPool * globalInstance()
- int maxThreadCount()
- void releaseThread()
- void reserveThread()
- void setExpiryTimeout(int expiryTimeout)
- void setMaxThreadCount(int maxThreadCount)
- void start(QRunnable * runnable, int priority)
- void start(QRunnable * runnable, int priority = 0)
- bool tryStart(QRunnable * runnable)
- void waitForDone()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.