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

libtmux::CommandOperation::wait_until

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

View as Markdown

Module
libtmux
Declared in
CommandOperation
Package
libtmux-cxx
Source
include/libtmux/async.hpp
wait_until ( deadline : std::chrono::steady_clock::time_point ) → expected< bool, CommandFailure >
methodreadonly [source]
methodreadonly [source]
wait_until

True means the result can be taken; false means only this wait expired.

Neither outcome consumes the handle or changes the command's deadline. A consumed or moved-from handle reports FailureKind::validation.

Discussed in Waiting and retrying

0 declared, 0 inherited

Esc

Type to search.