[perl #126381] [CONC] Proc::Async has no way to get to a child's PID <[email protected]>
[email protected] ("Aleks-Daniel Jakimenko-Aleksejev via RT") Wed, 21 Mar 2018 16:00:52 -0700
| Newsgroups | perl.perl6.compiler |
|---|---|
| Message-ID | <[email protected]> |
Closing this in favor of https://github.com/rakudo/rakudo/issues/1638 On 2015-10-17 06:27:53, [email protected] wrote: > As far as I can tell, MoarVM doesn't pass any information about a > child process' PID to the caller of async proc operations; if it does, > that information isn't exposed at the Perl 6 level. Having the PID > handy is useful on Linux for things like inspecting a child's /proc > entries.