kuvshinovdr / srcstats

A small console program to gather and report C++ source files statistics.
MIT License
1 stars 1 forks source link

Parallel file processing #4

Open kuvshinovdr opened 3 months ago

kuvshinovdr commented 3 months ago

Add a thread pool and a task queue in order to find and process files in parallel.