Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chenshuo/muduo
/ setThreadNum
Method
setThreadNum
examples/asio/chat/server_threaded_efficient.cc:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
void setThreadNum(int numThreads)
31
{
32
server_.setThreadNum(numThreads);
33
}
34
35
void start()
36
{
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected