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

Method SendResponseLowPriority

library/cpp/netliba/v12/udp_http.cpp:1384–1386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1382 Requester->SendResponseImpl(reqId, colors.GetPriority(), data, colors);
1383 }
1384 void SendResponseLowPriority(const TGUID& reqId, TVector<char>* data, const TColors& colors) override {
1385 Requester->SendResponseImpl(reqId, PP_LOW, data, colors);
1386 }
1387 TUdpHttpRequest* GetRequest() override {
1388 Y_ASSERT(0);
1389 //return UserQueues.GetRequest();

Callers

nothing calls this directly

Calls 1

SendResponseImplMethod · 0.45

Tested by

no test coverage detected