[Issue 17479] Public constructor for std.process.Pid

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Jun 8 05:29:00 PDT 2017


https://issues.dlang.org/show_bug.cgi?id=17479

Vladimir Panteleev <thecybershadow at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecybershadow at gmail.com

--- Comment #1 from Vladimir Panteleev <thecybershadow at gmail.com> ---
(In reply to Chris Wright from comment #0)
> I want to handle them in the same fashion.

Why? Waiting on a process that is not your child is not possible, so in that
way, this would allow constructing an invalid Pid. Is it just for .kill()?

--


More information about the Digitalmars-d-bugs mailing list