-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Server Programmability
As part of SERVER-68854 we found that the current interface for waiting on a condition variable of Interruptible::waitForConditionOrInterruptUntil is cumbersome and not really appropriate if the act of a thread waking up has to have side-effects.
This ticket is about exposing an interface for such cases where you can wait without a predicate, exposing yourself to spurious wake-ups.
- is depended on by
-
SERVER-69179 Replace custom waking in SchedulingTicketHolder
- Blocked
- is related to
-
SERVER-68854 Fix deadlock in SchedulingTicketHolder
- Closed