Handle deinitialisation
This commit is contained in:
@@ -239,7 +239,6 @@ namespace openVulkanoCpp::AR
|
||||
ArRecorder::AsyncProcessor::~AsyncProcessor()
|
||||
{
|
||||
requestExit = true;
|
||||
queueMutex.lock();
|
||||
newDataAvailable.notify_one();
|
||||
if (processingThread.joinable()) processingThread.join();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user