Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chrxh/alien
/ pauseSimulation
Method
pauseSimulation
source/EngineImpl/EngineWorker.cpp:483–487 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
481
}
482
483
void EngineWorker::pauseSimulation()
484
{
485
EngineWorkerGuard access(this);
486
_isSimulationRunning.store(false);
487
}
488
489
bool EngineWorker::isSimulationRunning() const
490
{
Callers
2
processMenubar
Method · 0.45
processPauseButton
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected