https://issues.dlang.org/show_bug.cgi?id=20257
--- Comment #1 from Dlang Bot <[email protected]> --- @MoonlightSentinel created dlang/phobos pull request #7528 "Issue 20257 - Add wait(Pid, Duration) for windows" mentioning this issue: - Issue 20257 - Add wait(Pid, Duration) for windows `wait(Pid, Duration)` allows to wait until the process terminates or the timeout expires. It's currently windows-only because a decent posix implementation is quite difficult and this allows us to sort out the API beforehand. https://github.com/dlang/phobos/pull/7528 --
