-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
-
Fully Compatible
-
Platform 8 08/28/15
We have had two non-trivial issues related to std::timed_mutex, see SERVER-19759 and SERVER-19535.
We should remove all existing usages of std::timed_mutex and disallow novel usages. For situations where we must use timed_mutex, we should use boost::timed_mutex under NOLINT.
- related to
-
SERVER-19759 add a configure check for std::timed_mutex
- Closed
-
SERVER-20254 Re-enable auth workloads in the concurrency suite
- Closed