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

Function PollT

library/cpp/coroutine/engine/network.cpp:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 }
102
103 int PollT(TCont* cont, SOCKET fd, int what, TDuration timeout) noexcept {
104 return PollD(cont, fd, what, timeout.ToDeadLine());
105 }
106
107 int PollI(TCont* cont, SOCKET fd, int what) noexcept {
108 return PollD(cont, fd, what, TInstant::Max());

Callers 2

PollTMethod · 0.85
WaitUntilWrittenMethod · 0.85

Calls 2

ToDeadLineMethod · 0.80
PollDFunction · 0.70

Tested by

no test coverage detected