Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
149
void ModelSessionMgr::ClearLoop() {
150
while(!is_stop_) {
151
CleanupModelSession();
152
sleep(_60_Seconds);
153
}
154
}
155
156
ModelSessionMgr::~ModelSessionMgr() {
157
is_stop_ = true;
Callers
nothing calls this directly
Calls
1
sleep
Function · 0.85
Tested by
no test coverage detected