Skip to content

Commit

Permalink
Show example output
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDaniel committed Sep 2, 2017
1 parent 83733ce commit 96521e6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/Type/Proc/Async.pod6
Expand Up @@ -57,6 +57,19 @@ standard output and error handles, and optionally write to its standard input.
say ‘Program finished’;
Example above produces the following output:
=begin code :skip-test
line: me
line: ♡
line: Camelia
line: and
line: Camelia
line: ♥
line: I
Proc finished
Program finished
=end code
Alternatively, you can use C<Proc::Async> without using a
L<react|/language/concurrency#index-entry-react> block:
Expand Down

0 comments on commit 96521e6

Please sign in to comment.