ThreadPool Manager for C++ complete with a Prime number calculation example
Simply run the app.cpp file and follow the instructions to use FireThread.
g++ -std=c++14 app.cpp
./a.out
✅ restart
- this cleares the thread pool and re-initializes
✅ prime
- run prime number example
✅ exit
- exit program