SpiecsEngine
Loading...
Searching...
No Matches
◆
Start()
void Spices::Net::HttpServer::Start
(
int
threadSize
)
const
Start ThreadPool and call listen on acceptor.
Parameters
[in]
threadSize
ThreadPool size.
Definition at line
32
of file
HttpServer.cpp
.
33
{
34
SPICES_PROFILE_ZONE
;
35
36
m_Server
.
Start
(threadSize);
37
}
SPICES_PROFILE_ZONE
#define SPICES_PROFILE_ZONE
Definition
TracyProfilerWrapper.h:100
Spices::Net::HttpServer::m_Server
TcpServer m_Server
Definition
HttpServer.h:74
Spices::Net::TcpServer::Start
void Start(int threadSize) const
Start ThreadPool and call listen on acceptor.
Definition
TcpServer.cpp:46
Spices
Net
HttpServer
Generated on Sun Mar 8 2026 10:24:50 for SpiecsEngine by
1.10.0