C99 Process pool Implementation of the process pool using fork and pipes with example task of counting primes in range. How to prepare working environment You need to have cmake installed. Configure cmake and build cmake -S . -B cmake-build cmake --build cmake-build Run ./cmake-build/process_pool