We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de93815 commit 2148fafCopy full SHA for 2148faf
lib/Type/Proc/Async.pod
@@ -159,9 +159,10 @@ L<X::Proc::Async::MustBeStarted> exception is thrown.
159
160
=head2 method say
161
162
- method say(Proc::Async:D: Str(Any) $str, :$scheduler = $*SCHEDULER)
+ method say(Proc::Async:D: $output, :$scheduler = $*SCHEDULER)
163
164
-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,
165
+and sends it to the standard input stream of the external
166
program, encoding it as UTF-8.
167
168
Returns a L<Promise|/type/Promise> that will be kept once the data has fully
0 commit comments