File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -287,6 +287,21 @@ Returns a L<Promise|/type/Promise> that will be kept once the process
287
287
has successfully started. L < Promise|/type/Promise > will be broken if the program
288
288
fails to start.
289
289
290
+ B < Implementation-specific note: > Starting from Rakudo 2018.04, the
291
+ returned promise will hold the process id (PID).
292
+
293
+ = head2 method pid
294
+
295
+ method pid(Proc::Async:D: --> Promise:D)
296
+
297
+ 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.
302
+
303
+ B < Implementation-specific note: > Available starting from Rakudo 2018.04.
304
+
290
305
= head2 method path
291
306
292
307
method path(Proc::Async:D:)
You can’t perform that action at this time.
0 commit comments