Skip to content

Releases: PaulRitaldato1/ThreadPool

Single Header Thread Pool

07 Jul 15:45
9203b52
Compare
Choose a tag to compare
v3.0

Updating Readme

Massively Improved Thread Pool

05 Jun 05:42
d519978
Compare
Choose a tag to compare

This version of the thread pool now has the ability to get return values back from the threads! A huge bug was also fixed that caused only one thread to run at a time. Now it runs perfectly. The only improvements now will be optimizations to STL functions used and the like.

Working Thread Pool Header

02 Jun 07:31
8295c58
Compare
Choose a tag to compare

Will easily make tasks multi-threaded. Does not have the capability to obtain return values (coming in 1.1)