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

Function SelectT

library/cpp/coroutine/engine/network.cpp:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 }
88
89 int SelectT(TCont* cont, SOCKET fds[], int what[], size_t nfds, SOCKET* outfd, TDuration timeout) noexcept {
90 return SelectD(cont, fds, what, nfds, outfd, timeout.ToDeadLine());
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());

Callers

nothing calls this directly

Calls 2

SelectDFunction · 0.85
ToDeadLineMethod · 0.80

Tested by

no test coverage detected