Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 280 Bytes

File metadata and controls

4 lines (3 loc) · 280 Bytes

concurrentArithmetics

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