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

Method WaitReadWrite

util/network/poller.cpp:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void TSocketPoller::WaitReadWrite(SOCKET sock, void* cookie) {
53 Impl_->Set(cookie, sock, CONT_POLL_READ | CONT_POLL_WRITE);
54}
55
56void TSocketPoller::WaitRdhup(SOCKET sock, void* cookie) {
57 Impl_->Set(cookie, sock, CONT_POLL_RDHUP);

Callers

nothing calls this directly

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected