bs.thread_pool is a C++ Module port of BS::thread_pool, a fast, lightweight, modern, and easy-to-use thread pool library
Project is built using CMake/Ninja and packaged via CPS. CMake 4.4 and later is required.
Build using cmake, and consume via CPS by pointing to CMAKE_INSTALL_PREFIX via CMAKE_PREFIX_PATH
find_package(bs-thread_pool)
target_link_libraries($PROJECT PRIVATE bs-thread_pool::cxx_module)