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

Method SendResponseLowPriority

library/cpp/netliba/v6/udp_http.cpp:1233–1235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1231 Requester->SendResponseImpl(reqId, PP_NORMAL, data);
1232 }
1233 void SendResponseLowPriority(const TGUID& reqId, TVector<char>* data) override {
1234 Requester->SendResponseImpl(reqId, PP_LOW, data);
1235 }
1236 TUdpHttpRequest* GetRequest() override {
1237 Y_ASSERT(0);
1238 //return UserQueues.GetRequest();

Callers

nothing calls this directly

Calls 1

SendResponseImplMethod · 0.45

Tested by

no test coverage detected