Tool that decomposes bulky arithmetical tasks into small ones and runs them concurrently.
Compiled on ubuntu with: g++ main.cpp calculate.h exception.cpp expression_parser.cpp task.h task_tree.h thread_pool.cpp thread_utility.h -pthread -std=c++17 -o run