/firethread

ThreadPool Manager for C++ complete with a Prime number calculation example

Primary LanguageC++

ThreadPool Manager for C++ complete with a Prime number calculation example

Setup

Run

Simply run the app.cpp file and follow the instructions to use FireThread.

g++ -std=c++14 app.cpp
./a.out

Commands

restart - this cleares the thread pool and re-initializes

prime - run prime number example

exit - exit program

Author