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

Method WaitableRequest

library/cpp/netliba/v6/udp_http.cpp:1255–1257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1253 return Requester->Request(addr, url, data);
1254 }
1255 TIntrusivePtr<TWaitResponse> WaitableRequest(const TUdpAddress& addr, const TString& url, TVector<char>* data) override {
1256 return Requester->WaitableRequest(addr, url, data);
1257 }
1258 //
1259 TMuxEvent& GetAsyncEvent() override {
1260 return UserQueues->GetAsyncEvent();

Callers

nothing calls this directly

Calls 1

WaitableRequestMethod · 0.45

Tested by

no test coverage detected