Files
spdlog/include/spdlog
Alok Priyadarshi a4e9917575 feat(mpmc_blocking_q): add blocking dequeue without timeout (#2588)
Use the new blocking dequeue to avoid unnecessarily waking up the
thread pool every 10s.

Fixes #2587 by replacing std::condition_variable::wait_for with
std::condition_variable::wait as a workaroung for gcc 11.3 issue 101978.

Co-authored-by: Alok Priyadarshi <alokp@dexterity.ai>
2022-12-30 15:20:10 +02:00
..
2021-07-19 00:50:51 +03:00
2022-12-10 00:28:28 +02:00
2021-07-19 00:50:51 +03:00
2022-01-11 15:12:23 +00:00
2022-10-31 17:09:45 +02:00
2022-08-17 17:47:22 +03:00
2022-11-02 23:13:08 +02:00