How can I get notified when an process created by spawnShell() has exit?
Marc via Digitalmars-d-learn Wed, 07 Mar 2018 07:05:43 -0800
I do need to start (up to 4 a time) processes in parallel but I'd
like to get notified (similar to C#'s Process.Exited Event) when
the process exits. How can I do that in D?
- How can I get notified when an process c... Marc via Digitalmars-d-learn
- Re: How can I get notified when an ... Basile B. via Digitalmars-d-learn