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

Method ClearLoop

serving/processor/serving/model_session.cc:149–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void ModelSessionMgr::ClearLoop() {
150 while(!is_stop_) {
151 CleanupModelSession();
152 sleep(_60_Seconds);
153 }
154}
155
156ModelSessionMgr::~ModelSessionMgr() {
157 is_stop_ = true;

Callers

nothing calls this directly

Calls 1

sleepFunction · 0.85

Tested by

no test coverage detected