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

Method WaitWriteOneShot

util/network/poller.cpp:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void TSocketPoller::WaitWriteOneShot(SOCKET sock, void* cookie) {
65 Impl_->Set(cookie, sock, CONT_POLL_WRITE | CONT_POLL_ONE_SHOT);
66}
67
68void TSocketPoller::WaitReadWriteOneShot(SOCKET sock, void* cookie) {
69 Impl_->Set(cookie, sock, CONT_POLL_READ | CONT_POLL_WRITE | CONT_POLL_ONE_SHOT);

Callers

nothing calls this directly

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected