Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
void TSocketPoller::Unwait(SOCKET sock) {
81
Impl_->Remove(sock);
82
}
83
84
size_t TSocketPoller::WaitD(void** ev, size_t len, const TInstant& deadLine) {
85
return Impl_->DoWait(ev, len, deadLine);
Callers
4
CloseImpl
Method · 0.80
EraseUnsafe
Method · 0.80
ListenSocket
Method · 0.80
Y_UNIT_TEST
Function · 0.80
Calls
1
Remove
Method · 0.45
Tested by
no test coverage detected