Expand description
Execute commands using tokio
Structs§
- Execution
Result - Command execution result
- Process
Handle - Process handle for non-blocking command execution
Functions§
- execute_
command - Execute a command and return the result
- execute_
detached - Execute a command in the background (detached)
- setup_
signal_ handler - Setup CTRL+C handler for graceful shutdown
- start_
command - Start a command execution without waiting for completion
Type Aliases§
- Cleanup
Fn - Signal handler cleanup function type