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

Method Unwait

util/network/poller.cpp:80–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void TSocketPoller::Unwait(SOCKET sock) {
81 Impl_->Remove(sock);
82}
83
84size_t TSocketPoller::WaitD(void** ev, size_t len, const TInstant& deadLine) {
85 return Impl_->DoWait(ev, len, deadLine);

Callers 4

CloseImplMethod · 0.80
EraseUnsafeMethod · 0.80
ListenSocketMethod · 0.80
Y_UNIT_TESTFunction · 0.80

Calls 1

RemoveMethod · 0.45

Tested by

no test coverage detected