MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / ShouldStop

Method ShouldStop

serving/processor/storage/feature_store_mgr.cc:315–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313}
314
315bool AsyncFeatureStoreMgr::ShouldStop() {
316 return stop_;
317}
318
319FeatureStoreMgr::FeatureStoreMgr(ModelConfig* config)
320 : thread_num_(config->read_thread_num),

Callers 2

TestThreadRunFunction · 0.45
ThreadRunFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestThreadRunFunction · 0.36