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

Method WaitableRequest

library/cpp/netliba/v12/udp_http.cpp:999–1005  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

997 return wr->GetResponse();
998 }
999 TIntrusivePtr<TWaitResponse> WaitableRequest(const TConnectionAddress& addr, const TString& url, TVector<char>* data) override {
1000 TIntrusivePtr<TWaitResponse> wr = new TWaitResponse;
1001 TGUID reqId;
1002 CreateGuid(&reqId);
1003 SendRequestImpl(addr, url, data, reqId, wr.Get(), nullptr);
1004 return wr;
1005 }
1006 TMuxEvent& GetAsyncEvent() override {
1007 return UserQueues->GetAsyncEvent();
1008 }

Callers 1

WaitableRequestMethod · 0.45

Calls 2

CreateGuidFunction · 0.85
GetMethod · 0.45

Tested by

no test coverage detected