libtmux::CommandOperation
C++
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++
- Swift Unavailable
- Module
- libtmux
- Package
- libtmux-cxx
- Source
- include/libtmux/async.hpp
-
Move-only result handle for one admitted command; its methods are not concurrent.
Destruction releases its result without cancelling the command. It may outlive the runtime without retaining runtime threads.
7 declared, 0 inherited
Members
- wait_until method True means the result can be taken; false means only this wait expired.
- ~CommandOperation method
- CommandOperation method
- detach method Releases the result obligation without cancelling the command.
- request_cancel method Requests withdrawal; false means no live transport cancellation remains.
- wait method Consumes the same bounded answer
Server::rungives. - wait_for method