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

Method QueryCancelCallbackImpl

library/cpp/par/par_remote.cpp:416–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414 }
415
416 void TRemoteQueryProcessor::QueryCancelCallbackImpl(const TGUID& canceledReq) {
417 CHROMIUM_TRACE_FUNCTION();
418 NetworkEventsQueue.Enqueue(TNetworkEvent(canceledReq));
419 NetworkEvent.Signal();
420 }
421
422 void TRemoteQueryProcessor::IncomingQueryCallback(TAutoPtr<TNetworkRequest>& nlReq) {
423 WaitUntilRequesterIsSet();

Callers

nothing calls this directly

Calls 3

TNetworkEventClass · 0.85
EnqueueMethod · 0.45
SignalMethod · 0.45

Tested by

no test coverage detected