ready
ErrorsCollection

ready

Synthesised documentation from type/Proc/Async

From type/Proc/Async

See Original text in context

method ready(Proc::Async:D: --> Promise:D)

Returns a Promise that will be kept once the process has successfully started. Promise will be broken if the program fails to start.

Implementation-specific note: Starting from Rakudo 2018.04, the returned promise will hold the process id (PID).