method spawn

Documentation for method spawn assembled from the following types:

class Proc

From Proc

(Proc) method spawn

method spawn(*@args ($, *@), :$cwd = $*CWD, Hash() :$env = %*ENV --> Bool:D)

Runs the Proc object with the given command, argument list, working directory, and environment.