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

Method Process

util/thread/pool.cpp:671–674  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

669 }
670
671 void Process(void* data) override {
672 THolder<TOwnedObjectInQueue> self(this);
673 Owned->Process(data);
674 }
675 };
676} // namespace
677

Callers 3

AddMethod · 0.45
DoExecuteMethod · 0.45
DoExecuteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected