Spawning a process: Can I "have my cake and eat it too"?
Nick Sabalausky (Abscissa)
SeeWebsiteToContactMe at semitwist.com
Fri Mar 2 04:50:06 UTC 2018
I'd like to include this functionality in Scriptlike, but I don't know
if it's even possible:
Launch a process (spawnProcess, pipeShell, etc) so the child's
stdout/stderr go to the parent's stdout/stderr *without* the possibility
of them getting inadvertently reordered/reinterleaved when viewed on the
terminal, *and* still allow the parent to read the child's stdout and
stderr?
How could this be accomplished? Is it even possible?
More information about the Digitalmars-d-learn
mailing list