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

limits.DispatchLimits.acquire_timeout

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

View as Markdown

Module
limits
Declared in
DispatchLimits
Package
libtmux
Source
crates/libtmux/src/limits.rs
acquire_timeout ( self , timeout : Option<Duration> ) → Self
method [source]
method [source]
acquire_timeout

How long a dispatch waits for a permit before giving up.

None waits as long as the dispatch's own deadline allows. A value may shorten that wait but never extends the dispatch deadline. It makes overload distinguishable from slowness: Error::Overloaded says the server never started the work, so retrying it is safe.

0 declared, 0 inherited

Esc

Type to search.