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

Function PollD

library/cpp/coroutine/engine/network.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96
97
98 int PollD(TCont* cont, SOCKET fd, int what, TInstant deadline) noexcept {
99 TFdEvent event(cont, fd, (ui16)what, deadline);
100 return ExecuteEvent(&event);
101 }
102
103 int PollT(TCont* cont, SOCKET fd, int what, TDuration timeout) noexcept {
104 return PollD(cont, fd, what, timeout.ToDeadLine());

Callers 8

PollTFunction · 0.70
PollIFunction · 0.70
ReadVectorDFunction · 0.70
WriteVectorDFunction · 0.70
ConnectDFunction · 0.70
AcceptDFunction · 0.70
WaitMethod · 0.70
ConnectMethod · 0.50

Calls 1

ExecuteEventFunction · 0.85

Tested by

no test coverage detected