v1.1 Full Streaming Support
This release adds full support for streaming data to and from a command. The code now uses non-blocking streams for STDIN
, STDOUT
and STDERR
and leverages stream_select
to efficiently identify streams with data to be read or written, and all reads and writes are buffered to allow quick switching between reads and writes so large files can be streamed through the command runner.