Releases: TTSS0529/modern-cpp-thread-pool
Releases · TTSS0529/modern-cpp-thread-pool
Release list
v0.1.1 - Patch: Add <type_traits> and <utility> includes
- 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
- Header-only C++17 thread pool
- Graceful and immediate shutdown modes
- Benchmark suite included