1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-04-30 20:33:51 +00:00
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
..
2019-06-04 16:35:34 +03:00
2022-12-10 00:25:31 +02:00
2022-10-31 17:09:45 +02:00
2021-12-11 16:42:17 +02:00
2020-09-27 02:10:52 +03:00
2021-07-19 00:50:51 +03:00
2021-07-19 00:50:51 +03:00
2022-04-21 21:59:02 -04:00
2021-07-19 00:50:51 +03:00
2022-05-07 12:30:41 +02:00
2021-01-06 18:55:57 -05:00
2020-04-19 11:33:36 +03:00