script
script copied to clipboard
Implementation of parallel execution for ExecForEach() and EachLine()
The pull request relates to issue #87 and implements the parallel execution for ExecForEach() and EachLine().
The code has been fully tested to ensure that the order of input is preserved (by executing a large test case 1000 times) and there is no race condition (by running go test -race).
Now that we have concurrent filters, would it make sense to reimplement this using them?