Sequence Read

std/process/engine::Read


Outputs

↦ line: Stream<string>


Read process standard input.

Stream the lines received as input on stdin.

⚠️ When using Read() user may have to call Close() at some point, because unless program is explicitly ended or standard input stream closed by connected process, listening on stream will continue indefinitely.