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

Method IncomingQueryCallbackImpl

library/cpp/par/par_remote.cpp:427–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425 }
426
427 void TRemoteQueryProcessor::IncomingQueryCallbackImpl(TAutoPtr<TNetworkRequest>& nlReq) {
428 CHROMIUM_TRACE_FUNCTION();
429
430 PAR_DEBUG_LOG << "At " << Requester->GetHostAndPort() << " Got request " << nlReq->Url << " " << GetGuidAsString(nlReq->ReqId) << Endl;
431 NetworkEventsQueue.Enqueue(TNetworkEvent(nlReq.Release()));
432 NetworkEvent.Signal();
433 }
434
435 void TRemoteQueryProcessor::ReplyCallback(TAutoPtr<TNetworkResponse> response) {
436 WaitUntilRequesterIsSet();

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