Open fishi0x01 opened 3 years ago
:warning: This is still work in progress.
This addresses https://github.com/fishi0x01/vsh/issues/78 Use fixed number of worker threads to apply operations on traversed paths.
Traverse
runCommandWithTraverseTwoPaths
Currently, only rm, mv and cp profit from this.
rm
mv
cp
:warning: This is still work in progress.
This addresses https://github.com/fishi0x01/vsh/issues/78 Use fixed number of worker threads to apply operations on traversed paths.
Traverse
pushes paths to go channelrunCommandWithTraverseTwoPaths
uses worker threads which consume the above channelCurrently, only
rm
,mv
andcp
profit from this.