C++17 std::optional not populating correctly in multithreaded context
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-07-27
c++ multithreading optional mutex c++17
I'm facing an issue where `std::optional` seems to not be populated correctly when accessed from multiple threads in my C++17 application. I have a function tha...