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

Method AsyncPollRead

library/cpp/neh/asio/asio.cpp:124–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 }
123
124 void TTcpSocket::AsyncPollRead(TTcpSocket::TPollHandler h, TDeadline deadline) {
125 Impl_->AsyncPollRead(h, deadline);
126 }
127
128 void TTcpSocket::AsyncPollWrite(TTcpSocket::TPollHandler h, TDeadline deadline) {
129 Impl_->AsyncPollWrite(h, deadline);

Callers 4

StartReadMethod · 0.80
CreateMethod · 0.80
OnConnectMethod · 0.80
CreateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected