Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Wait
Method
Wait
library/cpp/netliba/socket/socket.cpp:592–595 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
590
}
591
592
void TSocket::Wait(float timeoutSec, int netlibaVersion) const {
593
Y_UNUSED(netlibaVersion);
594
WaitImpl(timeoutSec);
595
}
596
597
void TSocket::CancelWait(int netlibaVersion) {
598
Y_UNUSED(netlibaVersion);
Callers
nothing calls this directly
Calls
5
Y_UNUSED
Function · 0.85
Seconds
Function · 0.50
IsEmpty
Method · 0.45
Reset
Method · 0.45
WaitT
Method · 0.45
Tested by
no test coverage detected