Skip to content

Releases: TTSS0529/modern-cpp-thread-pool

v0.1.1 - Patch: Add <type_traits> and <utility> includes

Choose a tag to compare

@TTSS0529 TTSS0529 released this 21 Dec 22:01
d12cbd8
  • Added #include <type_traits> for std::is_void_v and std::invoke_result_t
  • Added #include for std::forward and other utilities
  • Ensures code compiles on all compliant C++17 compilers

v0.1.0 – Initial public release

Choose a tag to compare

@TTSS0529 TTSS0529 released this 21 Dec 21:34
952b67d
  • Header-only C++17 thread pool
  • Graceful and immediate shutdown modes
  • Benchmark suite included