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 59f7fc5 commit 8e762eaCopy full SHA for 8e762ea
doc/Type/Proc/Async.pod6
@@ -298,7 +298,7 @@ Equivalent to L<ready>.
298
299
Returns a L<Promise|/type/Promise> that will be kept once the process
300
has successfully started. L<Promise|/type/Promise> will be broken if the program
301
-fails to start.
+fails to start. Returned promise will hold the process id (PID).
302
303
B<Implementation-specific note:> Available starting from Rakudo 2018.04.
304
0 commit comments