MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / setUseThreadPool

Method setUseThreadPool

Engine/AppManager.cpp:2858–2864  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2856}
2857
2858void
2859AppManager::setUseThreadPool(bool useThreadPool)
2860{
2861 QMutexLocker l(&_imp->nThreadsMutex);
2862
2863 _imp->useThreadPool = useThreadPool;
2864}
2865
2866bool
2867AppManager::getUseThreadPool() const

Callers 2

restoreSettingsMethod · 0.80
onKnobValueChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected