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

Method AsyncCancel

library/cpp/neh/asio/asio.cpp:132–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 }
131
132 void TTcpSocket::AsyncCancel() {
133 return Impl_->AsyncCancel();
134 }
135
136 size_t TTcpSocket::WriteSome(TContIOVector& d, TErrorCode& ec) noexcept {
137 return Impl_->WriteSome(d, ec);

Callers 5

CancelMethod · 0.45
OnErrorMethod · 0.45
OnErrorMethod · 0.45
OnErrorMethod · 0.45
OnErrorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected