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

Function ConnectT

library/cpp/coroutine/engine/network.cpp:240–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238 }
239
240 int ConnectT(TCont* cont, TSocketHolder& s, const TNetworkAddress& addr, TDuration timeout) noexcept {
241 return ConnectD(cont, s, addr, timeout.ToDeadLine());
242 }
243
244 int ConnectI(TCont* cont, TSocketHolder& s, const TNetworkAddress& addr) noexcept {
245 return ConnectD(cont, s, addr, TInstant::Max());

Callers 1

TryConnectFunction · 0.85

Calls 2

ConnectDFunction · 0.85
ToDeadLineMethod · 0.80

Tested by

no test coverage detected