Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ timeout_callback
Method
timeout_callback
lib_acl_cpp/samples/winaio/AioClient.cpp:116–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
bool CConnectClientCallback::timeout_callback()
117
{
118
std::cout <<
"Connect "
<< ctx_->addr <<
" Timeout ..."
<< std::endl;
119
client_->close();
120
return (false);
121
}
122
123
bool CConnectClientCallback::open_callback()
124
{
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected