Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ SelectI
Function
SelectI
library/cpp/coroutine/engine/network.cpp:93–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
int SelectI(TCont* cont, SOCKET fds[], int what[], size_t nfds, SOCKET* outfd) {
94
return SelectD(cont, fds, what, nfds, outfd, TInstant::Max());
95
}
96
97
98
int PollD(TCont* cont, SOCKET fd, int what, TInstant deadline) noexcept {
Callers
nothing calls this directly
Calls
2
SelectD
Function · 0.85
Max
Function · 0.50
Tested by
no test coverage detected