MCPcopy 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_UNUSEDFunction · 0.85
SecondsFunction · 0.50
IsEmptyMethod · 0.45
ResetMethod · 0.45
WaitTMethod · 0.45

Tested by

no test coverage detected