MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / ~ViewerCurrentFrameRequestScheduler

Method ~ViewerCurrentFrameRequestScheduler

Engine/OutputSchedulerThread.cpp:3642–3648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3640}
3641
3642ViewerCurrentFrameRequestScheduler::~ViewerCurrentFrameRequestScheduler()
3643{
3644 // Should've been stopped before anyway
3645 if (_imp->backupThread.quitThread(false)) {
3646 _imp->backupThread.waitForAbortToComplete_enforce_blocking();
3647 }
3648}
3649
3650GenericSchedulerThread::TaskQueueBehaviorEnum
3651ViewerCurrentFrameRequestScheduler::tasksQueueBehaviour() const

Callers

nothing calls this directly

Calls 2

quitThreadMethod · 0.45

Tested by

no test coverage detected