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

Method TRemoteQueryProcessor

library/cpp/par/par_remote.cpp:447–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445 }
446
447 TRemoteQueryProcessor::TRemoteQueryProcessor()
448 : InitCmd(new TInitCmd)
449 , PingCmd(new TPingCmd)
450 , RunPingCmd(new TRunPingCmd)
451 , SetExecPlanCmd(new TSetExecPlanCmd)
452 , StopSlaveCmd(new TStopSlaveCmd)
453 , GatherStatsCmd(new TGatherStatsCmd)
454 {
455 MetaThread = SystemThreadFactory()->Run([this]() {
456 MetaThreadFunction();
457 });
458 }
459
460 TRemoteQueryProcessor::~TRemoteQueryProcessor() {
461 if (DoRun) {

Callers

nothing calls this directly

Calls 2

SystemThreadFactoryFunction · 0.85
RunMethod · 0.45

Tested by

no test coverage detected