SpiecsEngine
 
Loading...
Searching...
No Matches

◆ Start()

void Spices::Net::HttpServer::Start ( int threadSize) const

Start ThreadPool and call listen on acceptor.

Parameters
[in]threadSizeThreadPool size.

Definition at line 32 of file HttpServer.cpp.

33 {
35
36 m_Server.Start(threadSize);
37 }
#define SPICES_PROFILE_ZONE
void Start(int threadSize) const
Start ThreadPool and call listen on acceptor.
Definition TcpServer.cpp:46