MCPcopy 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
116bool CConnectClientCallback::timeout_callback()
117{
118 std::cout << "Connect " << ctx_->addr << " Timeout ..." << std::endl;
119 client_->close();
120 return (false);
121}
122
123bool CConnectClientCallback::open_callback()
124{

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected