tmux.Server.WaitFor
- Module
- tmux
- Declared in
- Server
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/server_exec.go
- Other languages
- PythonRuby Lua TypeScript Rust Java .NETC++Swift
- WaitFor ( ctx : context.Context , request : WaitForRequest ) error
-
WaitFor waits for, signals, locks, or unlocks a named tmux channel. It changes only that server-side channel state; cancellation can interrupt the client wait but cannot prove a preceding signal or lock did not take effect. See
WaitForModeLock: abandoning a lock wait costs that channel one unlock.Discussed in Pane interaction
In other ports Wait for, signal or lock a channel
- Python
libtmux.Server.wait_for - Ruby
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 - Java no equivalent on
Server - .NET
LibTmux.Server.WaitForAsync - C++
libtmux::Server::wait_for - Swift
Server.wait(for:)
- Python
0 declared, 0 inherited