pympipool.shell.executor

pympipool.shell.executor#

Functions

execute_single_task(future_queue)

Process items received via the queue.

Classes

SubprocessExecutor([max_workers])

The pympipool.shell.SubprocessExecutor enables the submission of command line calls via the subprocess.check_output() interface of the python standard library.