On this page
waitUntil(within:_:)
- Package
- libtmux-swift
- Source
- Tests/TmuxFixture/TmuxFixture.swift
-
-
Polls
conditionuntil it holds, and reports whether it did.Bounded in wall-clock rather than in attempts. What makes one of these polls slow is the tmux call inside it, so a count of attempts says nothing about how long the loop can run: on a contended machine a generous-looking budget outlives the case's time limit, and the failure reads as a timeout instead of naming the thing that never became true.
- Raises
0 declared, 0 inherited