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

Method WaitableRequest

library/cpp/netliba/v12/udp_http.cpp:1406–1408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1404 return Requester->Request(addr, url, data);
1405 }
1406 TIntrusivePtr<TWaitResponse> WaitableRequest(const TConnectionAddress& addr, const TString& url, TVector<char>* data) override {
1407 return Requester->WaitableRequest(addr, url, data);
1408 }
1409 //
1410 TMuxEvent& GetAsyncEvent() override {
1411 return UserQueues->GetAsyncEvent();

Callers

nothing calls this directly

Calls 1

WaitableRequestMethod · 0.45

Tested by

no test coverage detected