Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
PollReadT
Method · 0.80
Calls
2
PollT
Function · 0.85
Socket
Function · 0.85
Tested by
no test coverage detected