Search disk files multithreaded
Move the disk searching to QRunnable + QThreadPool...
In the end two threads was the most efective... (probably the disk is the bottleneck)
(note the removed msleep())
Move the disk searching to QRunnable + QThreadPool...
In the end two threads was the most efective... (probably the disk is the bottleneck)
(note the removed msleep())