tests: fix parallel_exec_with sync implementation
Since std::condition_variable::wait can wakeup spuriosly we need to pass a predicate to wait.
parent
d3462727
Please register or sign in to comment
Since std::condition_variable::wait can wakeup spuriosly we need to pass a predicate to wait.