shared_mutex_test.cc
4.26 KB
-
Removed single write multiple reader shared mutex test. · 8e0bf02d
This test should test the try_lock for writing and assumed that it would always succeed if there is only one writer and multiple readers. However, this assumption was wrong. The documentation has already been adapted and committed before. EMBB-453
bernhard-gatzhammer committed