Skip to content

Commit 96521e6

Browse files
committed
Show example output
1 parent 83733ce commit 96521e6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/Type/Proc/Async.pod6

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,19 @@ standard output and error handles, and optionally write to its standard input.
5757
say ‘Program finished’;
5858
5959
60+
Example above produces the following output:
61+
=begin code :skip-test
62+
line: me
63+
line: ♡
64+
line: Camelia
65+
line: and
66+
line: Camelia
67+
line: ♥
68+
line: I
69+
Proc finished
70+
Program finished
71+
=end code
72+
6073
Alternatively, you can use C<Proc::Async> without using a
6174
L<react|/language/concurrency#index-entry-react> block:
6275

0 commit comments

Comments
 (0)