18 #ifndef INCLUDE_RCF_AMITHREADPOOL_HPP 19 #define INCLUDE_RCF_AMITHREADPOOL_HPP 23 #include <RCF/Export.hpp> 24 #include <RCF/ThreadPool.hpp> 28 class RCF_EXPORT AmiThreadPool
37 AsioIoService & getIoService();
39 static void setEnableMultithreadedBlockingConnects(
bool enable =
true);
40 static bool getEnableMultithreadedBlockingConnects();
43 ThreadPool mThreadPool;
46 RCF_EXPORT AmiThreadPool & getAmiThreadPool();
50 #endif // ! INCLUDE_RCF_AMITHREADPOOL_HPP Definition: AmiIoHandler.hpp:23