We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
6804732
Fix parameters being passed by const reference when they should be passed by non-const reference.
9a9b519
Update to C++20. Support for task parameter customization objects. Fix member functions not being able to be passed in as tasks.
f85a27c
Bug fix for ODR violations in thread_pool<void>. This is the last release supporting C++17.
thread_pool<void>
7188ad0
Initial release with support for basic functionality, as well as optionally passing thread IDs as parameters to tasks.