MCPcopy Create free account
hub / github.com/catboost/catboost / ~TNehRequester

Method ~TNehRequester

library/cpp/par/par_network.cpp:235–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233 }
234
235 ~TNehRequester() override {
236 Running = false;
237 PingerThread->Join();
238 MultiClient->Interrupt();
239 MultiClientThread->Join();
240 ReceiverServices->SyncStopFork();
241 }
242
243 void SendRequest(const TGUID& reqId, const TNetworkAddress& address, const TString& url, TVector<char>* data) override {
244 CHROMIUM_TRACE_FUNCTION();

Callers

nothing calls this directly

Calls 3

JoinMethod · 0.45
InterruptMethod · 0.45
SyncStopForkMethod · 0.45

Tested by

no test coverage detected