MCPcopy Create free account
hub / github.com/TelegramMessenger/cocoon / try_stop

Method try_stop

net/TcpClient.cpp:161–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void TcpClientImpl::try_stop() {
162 if (is_closing_ && ref_cnt_ == 0 && out_queries_.empty()) {
163 stop();
164 }
165}
166
167void TcpClientConnection::start_up() {
168 TcpConnection::start_up();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected