Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Proc::Async.say now calls .gist, just like regular &say. lizmat++
  • Loading branch information
moritz committed Jan 25, 2015
1 parent de93815 commit 2148faf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/Type/Proc/Async.pod
Expand Up @@ -159,9 +159,10 @@ L<X::Proc::Async::MustBeStarted> exception is thrown.
=head2 method say
method say(Proc::Async:D: Str(Any) $str, :$scheduler = $*SCHEDULER)
method say(Proc::Async:D: $output, :$scheduler = $*SCHEDULER)
Write the text data in C<$str> and a newline to the standard input stream of the external
Calls method C<gist> on the C<$output>, adds a newline, encodes it as UTF-8,
and sends it to the standard input stream of the external
program, encoding it as UTF-8.
Returns a L<Promise|/type/Promise> that will be kept once the data has fully
Expand Down

0 comments on commit 2148faf

Please sign in to comment.