On this page
TmuxTools.waitCeiling
- Declared in
- TmuxTools
- Package
- libtmux-swift
- Source
- Sources/LibTmuxMCP/TmuxTools.swift
- waitCeiling : let waitCeiling: Duration
-
The ceiling every wait is clamped to.
What an unbounded wait costs is not the transport — calls are served concurrently — but the caller's turn: it picks the wrong pattern once and has no way to change its mind mid-call. A ceiling makes that mistake cheap and repeatable instead of terminal.
0 declared, 0 inherited