Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ on_timeout
Method
on_timeout
lib_acl_cpp/samples/connect_manager/mymonitor.cpp:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
void mymonitor::on_timeout(const char* addr, double cost)
70
{
71
printf(
"addr=%s, connection timeout, cost=%.2f\r\n"
, addr, cost);
72
}
Callers
1
close_callback
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected