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

Method AsyncWrite

library/cpp/neh/asio/asio.cpp:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 }
86
87 void TTcpSocket::AsyncWrite(TSendedData& d, TTcpSocket::TWriteHandler h, TDeadline deadline) {
88 Impl_->AsyncWrite(d, h, deadline);
89 }
90
91 void TTcpSocket::AsyncWrite(TContIOVector* vec, TWriteHandler h, TDeadline deadline) {
92 Impl_->AsyncWrite(vec, h, deadline);

Callers 5

SendRequestAsyncMethod · 0.45
ProcessResponsesDataMethod · 0.45
SendDataMethod · 0.45
FlushOutputBuffersMethod · 0.45
FlushOutputBuffersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected