Igor Kushnir 72c78d0164 ConcurrentQueue: remove redundant checks
The C++ standard specifies `std::condition_variable::wait(lock, pred)`
as equivalent to `while (!pred()) wait(lock);`. It is implemented
exactly so in libstdc++, libc++ and MSVC.
2021-12-29 09:36:44 +01:00
..
2021-10-19 00:00:08 +02:00
2021-10-19 00:00:08 +02:00
2021-10-18 21:56:52 +02:00
2021-10-18 21:56:52 +02:00
2021-10-19 00:00:08 +02:00
2019-05-30 19:46:37 +02:00
2019-05-30 19:46:37 +02:00
2021-10-18 21:56:52 +02:00
2019-05-30 19:46:37 +02:00
2019-05-30 19:46:37 +02:00
2021-10-18 21:56:52 +02:00
2021-10-18 21:56:52 +02:00
2021-10-18 21:56:52 +02:00
2021-10-18 21:56:52 +02:00
2021-10-18 21:56:52 +02:00
2021-10-19 00:00:08 +02:00
2021-04-30 09:52:31 +02:00
2020-08-31 16:19:42 +02:00
2020-08-31 16:04:26 +02:00
2021-10-18 21:56:52 +02:00
2021-10-18 21:56:52 +02:00