Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ PollI
Function
PollI
library/cpp/coroutine/engine/network.cpp:107–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
}
106
107
int PollI(TCont* cont, SOCKET fd, int what) noexcept {
108
return PollD(cont, fd, what, TInstant::Max());
109
}
110
111
112
TContIOStatus ReadVectorD(TCont* cont, SOCKET fd, TContIOVector* vec, TInstant deadline) noexcept {
Callers
nothing calls this directly
Calls
2
PollD
Function · 0.70
Max
Function · 0.50
Tested by
no test coverage detected