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 b2d6195 commit 0d94cacCopy full SHA for 0d94cac
doc/Type/Proc/Async.pod6
@@ -206,8 +206,8 @@ the program through the C<.print>, C<.say> and C<.write> methods.
206
207
method start(Proc::Async:D: :$scheduler = $*SCHEDULER, :$cwd = $*CWD --> Promise:D)
208
209
-Initiates spawning of the external program. Returns a promise that will be
210
-kept with a L<Proc|/type/Proc> object once the external
+Initiates spawning of the external program. Returns a L<Promise|/type/Promise>
+that will be kept with a L<Proc|/type/Proc> object once the external
211
program exits, and that will be broken if the program cannot be started.
212
213
If C<start> is called on a Proc::Async object on which it has already been
0 commit comments