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§
- Executor
Config - Task executor configuration
- Task
Executor - Task executor
- Task
Result - Task execution result
Functions§
- execute_
command - Execute an arbitrary command with the cuenv environment