A simple ThreadPool that doesn't return results and operates on a queue
Designed to be used for my other project Jerry the Http Server someday or other projects if it fits
All the implementation of the ThreadPool can be found in the ThreadPool.hpp file
A demonstration of the pool can be found in example.cpp file
g++ example.cpp -lpthread -o example -ggdb3
./example