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