SpiecsEngine
 
Loading...
Searching...
No Matches

◆ EventLoopThreadPool()

Spices::Net::EventLoopThreadPool::EventLoopThreadPool ( const InetAddress & listenAddress)
inline

Constructor Function. Create Specific ThreadPool.

Parameters
[in]listenAddressInetAddress.

Definition at line 32 of file EventLoopThreadPool.h.

33 : ThreadPool_Basic(listenAddress.ToIPPort())
34 , m_Next(0)
35 , m_ListenAddress(listenAddress)
36 , m_ThreadInitCallback(nullptr)
37 {}
ThreadInitCallback m_ThreadInitCallback
ThreadInitCallback.
InetAddress m_ListenAddress
ListenAddress.
ThreadPool_Basic(const std::string &name="NonNameT")
Constructor Function.

References EventLoopThreadPool(), and m_Next.

Referenced by EventLoopThreadPool().