19 #ifndef INCLUDE_RCF_AMITHREADPOOL_HPP 20 #define INCLUDE_RCF_AMITHREADPOOL_HPP 24 #include <RCF/Export.hpp> 25 #include <RCF/ThreadPool.hpp> 29 class RCF_EXPORT AmiThreadPool
38 AsioIoService & getIoService();
40 static void setEnableMultithreadedBlockingConnects(
bool enable =
true);
41 static bool getEnableMultithreadedBlockingConnects();
44 ThreadPool mThreadPool;
47 RCF_EXPORT AmiThreadPool & getAmiThreadPool();
51 #endif // ! INCLUDE_RCF_AMITHREADPOOL_HPP Definition: AmiIoHandler.hpp:24