stdoutFeed

Attaches a single OutputFeed to obtain stdout output.

Process will begin outputting data to all OutputFeed for stdout upon the first attachment of OutputFeed.

If Stdio.Config.stdout is not Stdio.Pipe, this does nothing. If the Process has been destroyed, this does nothing.


fun stdoutFeed(vararg feeds: OutputFeed): Process(source)

Attaches multiple OutputFeed to obtain stdout output. This is handy at Process startup such that no data is missed if there are multiple feeds needing to be attached.

Process will begin outputting data to all OutputFeed for stdout upon the first attachment of OutputFeed.

If Stdio.Config.stdout is not Stdio.Pipe, this does nothing. If the Process has been destroyed, this does nothing.