Multithread the exec command
The command itself can be entirely multithreaded, but the reason I did so was just for findfile, which can block for a long time on a slow disk.
Loading
Please register or sign in to comment
The command itself can be entirely multithreaded, but the reason I did so was just for findfile, which can block for a long time on a slow disk.