We can't yet replace uses of stdx::mutex where it is used with stdx::condition_variable (or similar external interfaces). However, we can go through and replace all uses where it is used for simple unique_lock/lock_guard.
- depends on
-
SERVER-41357 Add mongo::mutex polyfill
- Closed
- is depended on by
-
SERVER-41408 Replace remaining uses of stdx::mutex with mongo::mutex
- Closed