limits.DispatchLimits.acquire_timeout
Rust
- Python Unavailable
- TypeScript Unavailable
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- limits
- Declared in
- DispatchLimits
- Package
- libtmux
- Source
- crates/libtmux/src/limits.rs
-
How long a dispatch waits for a permit before giving up.
Nonewaits 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::Overloadedsays the server never started the work, so retrying it is safe.
0 declared, 0 inherited