Skip to content

Commit

Permalink
Align Proc.signal with Proc.exitcode
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Sep 5, 2019
1 parent 89fc9f3 commit 6b42d31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core.c/Proc.pm6
Expand Up @@ -219,6 +219,10 @@ my class Proc {
self!wait-for-finish;
$!exitcode
}
method signal {
self!wait-for-finish;
$!signal
}

method sink(--> Nil) {
self!wait-for-finish;
Expand Down

0 comments on commit 6b42d31

Please sign in to comment.