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

Method WaitImpl

library/cpp/netliba/socket/socket.cpp:509–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507 }
508
509 void TAbstractSocket::WaitImpl(float timeoutSec) const {
510 Y_ABORT_UNLESS(IsValid(), "something went wrong");
511 Poller.WaitT(TDuration::Seconds(timeoutSec));
512 }
513
514 void TAbstractSocket::CancelWaitImpl(const sockaddr_in6* address) {
515 Y_ASSERT(IsValid());

Callers

nothing calls this directly

Calls 3

IsValidFunction · 0.85
SecondsFunction · 0.50
WaitTMethod · 0.45

Tested by

no test coverage detected