Module shell_async

Module shell_async 

Source
Expand description

Async shell operations for pipeline integration

Wraps the synchronous ShellTools via tokio::task::spawn_blocking for use in async contexts (pipeline, GUI).

Functionsยง

execute_command
Execute a shell command asynchronously.
execute_command_with_options
Execute a shell command asynchronously with cwd/env/timeout.