DeveloperPaul123 Thread Pool Versions Save

A modern, fast, lightweight thread pool library based on C++20

0.6.2

9 months ago

What's Changed

Full Changelog: https://github.com/DeveloperPaul123/thread-pool/compare/0.6.1...0.6.2

0.6.1

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/DeveloperPaul123/thread-pool/compare/0.6.0...0.6.1

0.6.0

11 months ago

‼️ Breaking Changes

  • CMake minimum version was changed to 3.19 (#38)

What's Changed

New Contributors

Full Changelog: https://github.com/DeveloperPaul123/thread-pool/compare/0.5.1...0.6.0

0.5.1

1 year ago

What's Changed

New Contributors

Note: Had to re-do the release because I forgot to update the library version in CMake 😅

Full Changelog: https://github.com/DeveloperPaul123/thread-pool/compare/0.5.0...0.5.1

0.5.0

1 year ago

What's Changed

Full Changelog: https://github.com/DeveloperPaul123/thread-pool/compare/0.4.1...0.5.0

0.4.1

2 years ago

Removed unused code and headers

Full Changelog: https://github.com/DeveloperPaul123/thread-pool/compare/0.4.0...0.4.1

0.4.0

2 years ago

What's Changed

Full Changelog: https://github.com/DeveloperPaul123/thread-pool/compare/0.3.0...0.4.0

0.3.0

2 years ago

What's Changed

Full Changelog: https://github.com/DeveloperPaul123/thread-pool/compare/0.2.0...0.3.0

0.2.0

2 years ago

Changed

  • Changed the way parameter pack expansion is handled in a lambda init. Altered so that we can now take advantage of C++20 features and remove usage of std::make_tuple and std::apply.

0.1.0

2 years ago

🚀 First release!