Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chenshuo/muduo
/ printString
Function
printString
muduo/base/tests/ThreadPool_test.cc:14–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
void printString(const std::string& str)
15
{
16
LOG_INFO << str;
17
usleep(100*1000);
18
}
19
20
void test(int maxSize)
21
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected