-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Programmability
-
Programmability 2024-09-16
Our Latch class is really a generic interface for a Mutex, but because we don't use the "latch" terminology anywhere else in our codebase, the naming can be confusing.
The term "latch" term also conficts with the countdown latch synchronization structure introduced in C++20 as std::latch.
- duplicates
-
SERVER-90429 Remove diagnostic latches
- Closed