You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple C++ thread Pool Implementation (lock based).
To use the header library, either copy the folder as a subdirectory of a cmake project, or directly copy threadpool.h and threadpool_impl.hpp into the destination project.