MCPcopy Create free account
hub / github.com/catboost/catboost / AsyncConnect

Method AsyncConnect

library/cpp/neh/asio/asio.cpp:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 }
82
83 void TTcpSocket::AsyncConnect(const TEndpoint& ep, TTcpSocket::TConnectHandler h, TDeadline deadline) {
84 Impl_->AsyncConnect(ep, h, deadline);
85 }
86
87 void TTcpSocket::AsyncWrite(TSendedData& d, TTcpSocket::TWriteHandler h, TDeadline deadline) {
88 Impl_->AsyncWrite(d, h, deadline);

Callers 2

StartRequestMethod · 0.45
RunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected