Module executor

Module executor 

Source
Expand description

Task executor for running tasks with environment support

This module handles the actual execution of tasks, including:

  • Environment variable propagation
  • Parallel and sequential execution
  • Output capture and streaming

Structs§

ExecutorConfig
Task executor configuration
TaskExecutor
Task executor
TaskResult
Task execution result

Functions§

execute_command
Execute an arbitrary command with the cuenv environment