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
Executes the job via the exchange, returning an ExecutionClient which can be used to upload/execute jobs to the worker which produced the output.
Executes the job via the exchange, returning an ExecutionClient which can be used to upload/execute jobs to the worker which produced the output.
It's called 'runAndSelect' because it can be used to select a worker which can then be used to ensure the same workspace is used on the same server.
the job to execute
both the subscription key client and the job output
A client of the ExecutionRoutes