3 #include <Poco/SharedPtr.h>
4 #include <Poco/ThreadPool.h>
5 #include <Poco/Timespan.h>
7 #include "util/Loggable.h"
16 void setMinThreads(
int min);
17 void setMaxThreads(
int max);
18 void setThreadIdleTime(
const Poco::Timespan &time);
20 Poco::ThreadPool &pool();
28 Poco::Timespan m_threadIdleTime;
29 Poco::SharedPtr<Poco::ThreadPool> m_pool;
Definition: HavingThreadPool.h:11
Definition: Loggable.h:19