Hi,
How can I yield a Task until an externally spawned process has finished?
I.e. I want to use something similar to https://dlang.org/phobos/std_process.html in order to execute a shell command from my program, and I want to pass execution on to different tasks while waiting.
How do I accomplish this?
-Øivind