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

Method PollT

library/cpp/neh/https.cpp:834–836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

832 }
833
834 int PollT(int what, const TDuration& timeout) {
835 return NCoro::PollT(Cont_, Socket(), what, timeout);
836 }
837
838 void WaitUntilWritten() {
839#if defined(FIONWRITE)

Callers 1

PollReadTMethod · 0.80

Calls 2

PollTFunction · 0.85
SocketFunction · 0.85

Tested by

no test coverage detected