thread_pool

(★ 84)

Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.

  • .gitignore
  • priority_thread_pool.cpp
  • priority_thread_pool.hpp
  • README.md
  • test.cpp
  • test_yield.cpp
  • thread_pool.cpp
  • thread_pool.hpp
// repository documentation