LibTmux::Server#wait_for
- Module
- LibTmux
- Declared in
- Server
- Package
- libtmux
- Source
- gems/libtmux/lib/libtmux/operations.rb
- Other languages
- Python Lua TypeScript RustGo Java .NETC++Swift
- wait_for ( arg1 : ::String , action : :wait | :signal | :lock | :unlock = nil , timeout : ::Numeric = nil , cancel : untyped = nil ) ::LibTmux::CommandResult
-
Retiring the client cannot remove a dispatched waiter from tmux's queue.
Behavior contract: Wait channels.
In other ports Wait for, signal or lock a channel
- Python
libtmux.Server.wait_for - Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript no equivalent on
Server - Rust
server.Server.wait_for_channel - Go
tmux.Server.WaitFor - Java no equivalent on
Server - .NET
LibTmux.Server.WaitForAsync - C++
libtmux::Server::wait_for - Swift
Server.wait(for:)
- Python
0 declared, 0 inherited