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

Method BreakRequest

library/cpp/netliba/v6/udp_http.cpp:866–869  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

864 Host->CancelWait();
865 }
866 void BreakRequest(const TGUID& reqId) override {
867 BreakReqList.Enqueue(TBreakRequest(reqId));
868 Host->CancelWait();
869 }
870
871 void SendResponseImpl(const TGUID& reqId, EPacketPriority prior, TVector<char>* data) // non-virtual, for direct call from TRequestOps
872 {

Callers 1

BreakRequestMethod · 0.45

Calls 3

TBreakRequestClass · 0.70
EnqueueMethod · 0.45
CancelWaitMethod · 0.45

Tested by

no test coverage detected