SUNET
SUNET copied to clipboard
thread pool
You have your own thread pool implementation which is reinventing the wheel. It also relies on posix threads, which are complicated to use in windows.
Consider using OpenMP instead, it is more readable and portable.