[Feature Idea] Output Streaming #52
albertalef
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem: Long-running commands block until completion; no way to see progress.
Solution: Add callbacks for real-time output processing.
Variants
Implementation:
TerminalExecutor.captureto yield chunks during IO.select loop_on_stdout,_on_stderr,_on_output(both) callbacksStopIterationfor early terminationBeta Was this translation helpful? Give feedback.
All reactions