MacGapProject / MacGap2

MacGap 2
MIT License
1.2k stars 84 forks source link

Streaming standard output #79

Open jordwalke opened 8 years ago

jordwalke commented 8 years ago

It seems very important to be able to stream standard output/input/error from a task. As far as the API, I would suggest node's stream.Readable class - which seems to be a popular abstraction for this use case.