early-access version 3470

This commit is contained in:
pineappleEA
2023-03-23 16:38:29 +01:00
parent 9d69b0118c
commit 723613f367
7 changed files with 42 additions and 33 deletions

View File

@@ -143,7 +143,7 @@ private:
++m_read_index;
// Notify the producer that we have popped off the queue.
std::unique_lock lock{producer_cv_mutex};
std::scoped_lock lock{producer_cv_mutex};
producer_cv.notify_one();
return true;