39 #ifndef _ThreadPool_H__ 40 #define _ThreadPool_H__ 54 void addThreads(
unsigned int nr );
55 unsigned int removeThreads(
unsigned int nr );
56 unsigned int setNrOfThreads(
unsigned int nr );
58 bool passFunction(
const ExecutorPtr& executor,
bool addThread=
false );
std::vector< Thread * > threadPool_
Definition: ThreadPool.h:62
Shared library macros, enums, constants and forward declarations for the core library ...
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
#define _CoreExport
Definition: CorePrereqs.h:61
Definition: ThreadPool.h:48
std::shared_ptr< Executor > ExecutorPtr
Definition: ExecutorPtr.h:55