We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 834abbb commit 0b86e20Copy full SHA for 0b86e20
src/utils/Event.cpp
@@ -46,7 +46,7 @@ namespace Utils
46
{
47
bool is_timeout = false;
48
49
- if (false == this->signaled.load() == false) {
+ if (this->signaled.load() == false) {
50
std::unique_lock<std::mutex> lck(this->mtx);
51
52
do {
0 commit comments