#include <PtThreadPool.h>
Public Member Functions | |
PtThreadPool (int minThreads, int maxThreads, ClosableFifoQueue< Runnable * > &executedRunnables) throw (std::exception) | |
virtual | ~PtThreadPool () |
void | schedule (Runnable *pRunnable) throw (std::exception) |
void | quiesce () throw (std::exception) |
|
|
|
|
|
|
|
|