https://issues.dlang.org/show_bug.cgi?id=14770 --- Comment #6 from anonymous4 <dfj1esp02 at sneakemail.com> --- Maybe have a branch for linux and call clone there, call posix_spawn or fork for other systems. vfork looks scary and posix deprecated it. --