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

Method ExecStatsRequest

library/cpp/netliba/v6/udp_http.cpp:926–930  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

924 }
925 }
926 void ExecStatsRequest(TIntrusivePtr<TStatsRequest> req) {
927 StatsReqList.Enqueue(req);
928 Host->CancelWait();
929 req->Complete.Wait();
930 }
931 TUdpAddress GetPeerAddress(const TGUID& reqId) override {
932 TIntrusivePtr<TStatsRequest> req = new TStatsRequest(TStatsRequest::GET_PEER_ADDRESS);
933 req->RequestId = reqId;

Callers

nothing calls this directly

Calls 3

EnqueueMethod · 0.45
CancelWaitMethod · 0.45
WaitMethod · 0.45

Tested by

no test coverage detected