Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

pane.Pane.stream_output_with_limits

Rust
  • Python Unavailable
  • TypeScript Unavailable
  • Rust
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
pane
Declared in
Pane
Package
libtmux
Source
crates/libtmux/src/pane/observe.rs
stream_output_with_limits ( self , limits : crate::ControlLimits ) → Result<crate::control::PaneOutput, Error>
method [source]
method [source]
stream_output_with_limits

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 tradeoff crate::control::ControlMode::attach_with_limits documents.

Errors

Returns the same errors as Self::stream_output .

Cancel safety

Nothing is left held, as for Self::stream_output .

0 declared, 0 inherited

Esc

Type to search.