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

Method ReplyCallbackImpl

library/cpp/par/par_remote.cpp:440–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438 }
439
440 void TRemoteQueryProcessor::ReplyCallbackImpl(TAutoPtr<TNetworkResponse> response) {
441 CHROMIUM_TRACE_FUNCTION();
442 PAR_DEBUG_LOG << "At " << Requester->GetHostAndPort() << " Got reply for redId " << GetGuidAsString(response->ReqId) << Endl;
443 NetworkEventsQueue.Enqueue(TNetworkEvent(response.Release()));
444 NetworkEvent.Signal();
445 }
446
447 TRemoteQueryProcessor::TRemoteQueryProcessor()
448 : InitCmd(new TInitCmd)

Callers

nothing calls this directly

Calls 6

GetGuidAsStringFunction · 0.85
TNetworkEventClass · 0.85
GetHostAndPortMethod · 0.80
EnqueueMethod · 0.45
ReleaseMethod · 0.45
SignalMethod · 0.45

Tested by

no test coverage detected