Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Shangyizhou/A-Tiny-Network-Library
/ asyncOutput
Function
asyncOutput
example/echoServerAsync.cc:62–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
std::unique_ptr<AsyncLogging> g_asyncLog;
61
62
void asyncOutput(const char* msg, int len)
63
{
64
g_asyncLog->append(msg, len);
65
}
66
67
void setLogging(const char* argv0)
68
{
Callers
nothing calls this directly
Calls
1
append
Method · 0.45
Tested by
no test coverage detected