Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chrxh/alien
/ endShutdown
Method
endShutdown
source/EngineImpl/EngineWorker.cpp:329–334 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
327
}
328
329
void EngineWorker::endShutdown()
330
{
331
_isSimulationRunning = false;
332
_isShutdown = false;
333
_simulationCudaFacade.reset();
334
}
335
336
int EngineWorker::getTpsRestriction() const
337
{
Callers
1
closeSimulation
Method · 0.80
Calls
1
reset
Method · 0.80
Tested by
no test coverage detected