Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ scheduleForRemoval
Method
scheduleForRemoval
Engine/OutputSchedulerThread.cpp:2101–2108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2099
}
2100
2101
void
2102
RenderThreadTask::scheduleForRemoval()
2103
{
2104
QMutexLocker l(&_imp->mustQuitMutex);
2105
2106
assert(!_imp->mustQuit);
2107
_imp->mustQuit = true;
2108
}
2109
2110
bool
2111
RenderThreadTask::mustQuit() const
Callers
1
stopRenderThreads
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected