Execute the RunProcess, returning a future of the std out
Execute the RunProcess, returning a future of the std out
the job to execute
the stdout as an iterator of lines in a Future which completes when the job does
Execute the RunProcessAndSave, writing the results to disk
Execute the RunProcessAndSave, writing the results to disk
a future of the response
represents something which can be run, either locally or remotely. Just adds the concept of an 'upload' to scala sys process really