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

Method WaitRead

util/network/poller.cpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42TSocketPoller::~TSocketPoller() = default;
43
44void TSocketPoller::WaitRead(SOCKET sock, void* cookie) {
45 Impl_->Set(cookie, sock, CONT_POLL_READ);
46}
47
48void TSocketPoller::WaitWrite(SOCKET sock, void* cookie) {
49 Impl_->Set(cookie, sock, CONT_POLL_WRITE);

Callers 4

CreateSocketMethod · 0.80
AddMethod · 0.80
StartMethod · 0.80
Y_UNIT_TESTFunction · 0.80

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected