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

error.ControlModeErrorKind.TimedOut

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

View as Markdown

Module
error
Declared in
ControlModeErrorKind
Package
libtmux
Source
crates/libtmux/src/error.rs
TimedOut
constant [source]
constant [source]
TimedOut

The attach opening or a committed command exceeded its deadline.

A command's deadline starts before queue admission and runs until tmux closes its response block. Once the connection commits the command for writing, tmux may execute it. The connection ends rather than reuse a possibly partial line, so this does not prove a mutation is safe to retry.

0 declared, 0 inherited

Esc

Type to search.