pipeProcess: read stdout and stderror simultaneously

unDEFER via Digitalmars-d digitalmars-d at puremagic.com
Sun Nov 13 09:52:36 PST 2016


2) Some magic function which join stderr with stdout together:
foreach (df_line; 
df_pipes.stdout_joined_with_stderr.notBlockingByLine)
{
     //Handle progress
}

Thank you in advance.


More information about the Digitalmars-d mailing list