Expand description
Parallel execution framework for SSH operations.
Re-exports§
pub use exit_strategy::ExitCodeStrategy;pub use rank_detector::RankDetector;
Modules§
- exit_
strategy - Exit code calculation strategies for distributed execution.
- rank_
detector - Main rank detection for distributed execution.
Structs§
- Download
Result - Result of downloading a file from a single node.
- Execution
Result - Result of executing a command on a single node.
- Parallel
Executor - Parallel executor for running commands across multiple nodes.
- Upload
Result - Result of uploading a file to a single node.
Functions§
- download_
dir_ from_ node - Download a directory from a node with jump host support.