qrt::thread++ is a C++ framework that implements quasi real-time cooperative threads on the top of Standard Template Library (STL), C++0x std::thread, coroutines (and linux native-thread policy). This ...
To reproduce the issue compile this small demo: #include <shared_mutex> #include <thread> #include <vector> #include <functional> using namespace std::literals ...