Skip to content

Releases: Ahajha/LMRTFY

v0.2.1

30 Jan 16:47
Compare
Choose a tag to compare

Fix parameters being passed by const reference when they should be passed by non-const reference.

v0.2.0

30 Jan 00:40
9a9b519
Compare
Choose a tag to compare

Update to C++20. Support for task parameter customization objects. Fix member functions not being able to be passed in as tasks.

v0.1.1

08 Jan 17:00
f85a27c
Compare
Choose a tag to compare

Bug fix for ODR violations in thread_pool<void>. This is the last release supporting C++17.

v0.1.0

08 Jan 04:32
7188ad0
Compare
Choose a tag to compare

Initial release with support for basic functionality, as well as optionally passing thread IDs as parameters to tasks.