yacreader/tests/concurrent_queue_test
Igor Kushnir 05b384ed6d Make ConcurrentQueue::waitAll() const
This member function does not affect the logical state of the class.
Making std::condition_variable and std::mutex data members mutable is
idiomatic as these classes are thread-safe synchronization primitives.
2021-12-29 09:36:44 +01:00
..
concurrent_queue_test.cpp Make ConcurrentQueue::waitAll() const 2021-12-29 09:36:44 +01:00
concurrent_queue_test.pro Document ConcurrentQueue and de-inline its implementation 2021-12-29 09:36:44 +01:00