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

Method onWaitForThreadToQuit

Engine/OutputSchedulerThread.cpp:3800–3805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3798}
3799
3800void
3801ViewerCurrentFrameRequestScheduler::onWaitForThreadToQuit()
3802{
3803 _imp->waitForRunnableTasks();
3804 _imp->backupThread.waitForThreadToQuit_enforce_blocking();
3805}
3806
3807void
3808ViewerCurrentFrameRequestScheduler::onWaitForAbortCompleted()

Callers 1

Tested by

no test coverage detected