MCPcopy 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
14void printString(const std::string& str)
15{
16 LOG_INFO << str;
17 usleep(100*1000);
18}
19
20void test(int maxSize)
21{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected