Open
Description
Affected rules
CON54-CPP
Description
The std::condition_variable::wait
, std::condition_variable::wait_until
and std::condition_variable::wait_for
functions include an overload with a stop_waiting
predicate parameter. If this overload is used, spurious waking is avoided and therefore this issue should not be reported.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In Progress