liuggio / fastest

Simple parallel testing execution... with some goodies for functional tests.
MIT License
473 stars 65 forks source link

real stream on piping #10

Closed liuggio closed 8 years ago

liuggio commented 9 years ago

As reported in PR https://github.com/liuggio/fastest/pull/7 pipe has some problem.

Now the pipe read all the data from the input and then processes it, but this comes with some disadvantages.

A good solution would be a real Pipe stream, when there's new input the new data is added to the queue.