MCPcopy Create free account
hub / github.com/chrxh/alien / setDetached

Method setDetached

source/EngineImpl/EngineWorker.cpp:444–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442}
443
444void EngineWorker::setDetached(bool value)
445{
446 EngineWorkerGuard access(this);
447 _simulationCudaFacade->setDetached(value);
448}
449
450void EngineWorker::runThreadLoop()
451{

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected