While converting our backend components gradually to vibe.d I found that vibe lacks support to spawn and monitor child processes like node has (http://nodejs.org/api/child_process.html)

Am I missing it, is it on the roadmap?
If not: Is it hard to implement based on our underlying libs like libevent?

Or can I simply use std.process for these matters? How would I combine both worlds?