Handler
Helper class which Process implements that handles everything regarding dispatching of stdout
and stderr
output to attached OutputFeed.
Upon Process destruction, all attached OutputFeed are ejected.
Inheritors
Functions
Attaches a single OutputFeed to obtain stderr
output.
Attaches multiple OutputFeed to obtain stderr
output. This is handy at Process startup such that no data is missed if there are multiple feeds needing to be attached.
Returns a Waiter for stderr
in order to await any final asynchronous output after resource closure occurs.
Attaches a single OutputFeed to obtain stdout
output.
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.
Returns a Waiter for stdout
in order to await any final asynchronous output after resource closure occurs.