You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spdlog/include
Alok Priyadarshi 067e34c5f6 feat(mpmc_blocking_q): add blocking dequeue without timeout
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.
3 years ago
..
spdlog feat(mpmc_blocking_q): add blocking dequeue without timeout 3 years ago