Danny Robson
9bfefb3dab
job/queue: use a reaper thread to clear finished tasks
clearing the tasks on the worker threads can cause the queue to stall while the cookie is notified, released, and deleted. we punt the cleanup off to a reaper thread so that the workers can continue.
A simple cross-platform C++ utility library. Supported compilers: >=clang-5.x, >=gcc7.x; specifically, we require c++17 features such as structured bindings which aren't present in older compilers. No attempt has been made to compile under MSVC.
Description
Languages
C++
96%
Ragel
1.2%
CMake
1.1%
Meson
1.1%
Python
0.6%