Details
-
Improvement
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
Execution Team 2023-03-06
Description
The comment says:
* If the operation deadline expires or the operation is interrupted, throws a DBException. If
|
* the given "deadline" expires, returns cv_status::timeout. Otherwise, returns
|
* cv_status::no_timeout indicating that "pred" finally returned true.
|
*/
|
template <typename LockT, typename PredicateT>
|
bool waitForConditionOrInterruptUntil(stdx::condition_variable& cv,
|
LockT& m,
|
Date_t finalDeadline,
|
PredicateT pred) {
|
But the function returns a boolean.