Am 13.01.2014 19:28, schrieb Sergei Nosov:

Hi!

I was wondering, does vibe.d has a Fiber-aware alternative to execute functions family in std.process? It seems there were some functions in 0.7.17, but not in the current master.

I've uploaded a process class that I have lying around for a project:
https://gist.github.com/s-ludwig/8434299

It also requires this for handling stdout/stdin, if those are supposed
to be used as streams: https://gist.github.com/s-ludwig/5942882

Those will probably be included in vibe.d at some point, but I can't say
when yet.