Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

show how to get the exit code out of Proc::Async #1465

Closed
gfldex opened this issue Aug 22, 2017 · 1 comment
Closed

show how to get the exit code out of Proc::Async #1465

gfldex opened this issue Aug 22, 2017 · 1 comment
Labels
docs Documentation issue (primary issue type) new part of "docs" - indicates that this documentation is for a new, currently undoc'd section

Comments

@gfldex
Copy link
Contributor

gfldex commented Aug 22, 2017

say (await Proc::Async.new('ls').start for 1..3)».exitcode;
#OUTPUT: «(0 0 0)␤»

@AlexDaniel AlexDaniel added the docs Documentation issue (primary issue type) label Aug 22, 2017
@coke coke added the new part of "docs" - indicates that this documentation is for a new, currently undoc'd section label Aug 26, 2017
AlexDaniel added a commit that referenced this issue Sep 2, 2017
moritz pushed a commit that referenced this issue Sep 2, 2017
@AlexDaniel
Copy link
Member

I think we now have that: https://github.com/perl6/doc/blob/b8723fb8b2bb00ce77b064c28c4d907c982351e3/doc/Type/Proc/Async.pod6#L35

Feel free to reopen if there's something else we can do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation issue (primary issue type) new part of "docs" - indicates that this documentation is for a new, currently undoc'd section
Projects
None yet
Development

No branches or pull requests

3 participants