Skip to content

v1.1 Full Streaming Support

Compare
Choose a tag to compare
@kamermans kamermans released this 11 Aug 05:34
· 23 commits to master since this release

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.