pane.Pane.stream_output_with_limits
Rust
- Python Unavailable
- TypeScript Unavailable
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- pane
- Declared in
- Pane
- Package
- libtmux
- Source
- crates/libtmux/src/pane/observe.rs
-
Like
Self::stream_output, with explicit frame budgets.The connection this opens is a whole
%begin/%end-framed control-mode session, not only this one pane's bytes, so a budget set here bounds every frame that connection reads -- the same tradeoffcrate::control::ControlMode::attach_with_limitsdocuments.Errors
Returns the same errors as
Self::stream_output.Cancel safety
Nothing is left held, as for
Self::stream_output.
0 declared, 0 inherited