-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Workload Scheduling
-
Fully Compatible
-
Workload Scheduling 2024-09-30, Workload Scheduling 2024-10-14
-
0
-
None
-
0
-
None
-
None
-
None
-
None
-
None
-
None
Introduce the ParkingLot abstraction, with the initial implementation being based on stdx::condition_variable. The parking lot should park and unpark mongo::Notifyables, using a mutex-protected std::list to hold Notifyables.