I'm trying out D2+phobos on OSX and would like to write wrapper around few 
shell commands. 

I've found only very basic exec() and system() in std lib, but I need to launch 
few things at once and get all their output. 

Is there something like Cocoa's NSTask in D?

Reply via email to