We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
retry
retry_until
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libtmux's while-loop based retry() doesn't work. Move to call to poll for a truthy response.
while
retry()
Related:
retry(seconds=...)
The text was updated successfully, but these errors were encountered:
tests: convert calls to retry to retry_until (#777)
fd2f430
Fixes #778
Successfully merging a pull request may close this issue.
libtmux's
while
-loop basedretry()
doesn't work. Move to call to poll for a truthy response.Related:
retry(seconds=...)
broke libtmux#368, Modify retry() to take a callable and enforce the timeout libtmux#372The text was updated successfully, but these errors were encountered: