April 07, 2013
Is the new std.process with pipeProcess available yet for the general D programmer?
Is it deployed in the standard download or must the user make it?
Esp. looking for MSWindows version (not by preference)
April 07, 2013
On Sun, 07 Apr 2013 17:34:20 -0400, James Wirth <jwirth1@suddenlink.net> wrote:

> Is the new std.process with pipeProcess available yet for the general D programmer?
> Is it deployed in the standard download or must the user make it?
> Esp. looking for MSWindows version (not by preference)

It's in review right now, see this thread:

http://forum.dlang.org/post/gclsbrghhjitnfderoos@forum.dlang.org

When this review is over, assuming there are no issues, there will be a week of voting, and then if accepted, the next version of D will have this.

-Steve